We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Similar to #4062 bump version to golang.org/x/crypto to v0.31.0 in all go.mod files.
agones/go.mod
Line 97 in aa4032d
agones/examples/allocation-endpoint/client/go.mod
Line 21 in aa4032d
agones/build/scripts/example-version-checker/go.mod
Line 23 in aa4032d
You could also run go get -u && go mod tidy in each of the directories containing the go.mod files to upgrade all dependency patch versions.
go get -u && go mod tidy
go.mod
The text was updated successfully, but these errors were encountered:
kamaljeeti
0xaravindh
No branches or pull requests
Similar to #4062 bump version to golang.org/x/crypto to v0.31.0 in all go.mod files.
agones/go.mod
Line 97 in aa4032d
agones/examples/allocation-endpoint/client/go.mod
Line 21 in aa4032d
agones/build/scripts/example-version-checker/go.mod
Line 23 in aa4032d
You could also run
go get -u && go mod tidy
in each of the directories containing thego.mod
files to upgrade all dependency patch versions.The text was updated successfully, but these errors were encountered: