Skip to content
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

Update go dependencies #637

Merged
merged 1 commit into from
Nov 10, 2023
Merged

Update go dependencies #637

merged 1 commit into from
Nov 10, 2023

Conversation

serprex
Copy link
Contributor

@serprex serprex commented Nov 10, 2023

Updated with go get -u ./... && go mod tidy
Check direct dependencies for updates with go list -u -m -f '{{if not .Indirect}}{{if .Update}}{{.}}{{end}}{{end}}' all

pgx 5.5.0 seems like useful changes: jackc/pgx@96f5f9c

@serprex serprex requested a review from heavycrystal November 10, 2023 17:30
@serprex serprex enabled auto-merge (squash) November 10, 2023 17:31
Updated with `go get -u ./... && go tidy`
Check direct dependencies for updates with `go list -u -m -f '{{if not .Indirect}}{{if .Update}}{{.}}{{end}}{{end}}' all`

pgx 5.5.0 seems like useful changes: jackc/pgx@96f5f9c
@serprex serprex merged commit a3976c3 into main Nov 10, 2023
12 checks passed
@serprex serprex deleted the update-go branch December 19, 2023 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants