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 dependencies #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dominicbarnes
Copy link

@dominicbarnes dominicbarnes commented Apr 28, 2022

This PR updates all of the go module dependencies via:

go get -u all
go mod tidy

The main reason I needed this was because the older version of pgconn being depended on here was transitively pulling in a vulnerable version of satori/go.uuid, so updating this here was the easiest way to address that.

It seems like newer versions of go (I'm running 1.18) add these // indirect dependencies to the go.mod, but I believe this is purely informative as the actual dependency tree is not being significantly altered here.

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