- Notifications
You must be signed in to change notification settings - Fork 20
pkg/analyzer: fix pgx interface method call detection#45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,20 +1,20 @@ | ||
| module github.com/ryanrolds/sqlclosecheck | ||
| go 1.23.0 | ||
| go 1.24.0 | ||
| require ( | ||
| github.com/go-sql-driver/mysql v1.7.1 | ||
| github.com/jackc/pgx/v5 v5.5.4 | ||
| github.com/jmoiron/sqlx v1.3.5 | ||
| golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d | ||
| golang.org/x/tools v0.40.0 | ||
| ) | ||
| require ( | ||
| github.com/jackc/pgpassfile v1.0.0 // indirect | ||
| github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect | ||
| github.com/jackc/puddle/v2 v2.2.1 // indirect | ||
| golang.org/x/crypto v0.35.0 // indirect | ||
| golang.org/x/mod v0.17.0 // indirect | ||
| golang.org/x/sync v0.11.0 // indirect | ||
| golang.org/x/mod v0.31.0 // indirect | ||
| golang.org/x/sync v0.19.0 // indirect | ||
| golang.org/x/text v0.22.0 // indirect | ||
| ) | ||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Required for Go 1.25 compatibility, and this in turns bumps Go to 1.24.0.