-
Notifications
You must be signed in to change notification settings - Fork 878
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
chore: update Go dependencies #1147
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Merging this would address #1136. |
onedr0p
approved these changes
Jul 4, 2023
Signed-off-by: Hidde Beydals <[email protected]>
- cloud.google.com/go/kms v1.4.0 -> v1.12.1 - cloud.google.com/go/storage v1.23.0 -> v1.31.0 - filippo.io/age v1.0.0 -> v1.1.1 - github.com/ProtonMail/go-crypto v0.0.0-20220711121315-1fde58898e96 -> v0.0.0-20230626094100-7e9e0395ebec - github.com/aws/aws-sdk-go-v2 v1.16.7 -> v1.18.1 - github.com/aws/aws-sdk-go-v2/config v1.15.14 -> v1.18.27 - github.com/aws/aws-sdk-go-v2/credentials v1.12.9 -> v1.13.26 - github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.11.14 -> v1.11.71 - github.com/aws/aws-sdk-go-v2/service/kms v1.17.5 -> v1.22.2 - github.com/aws/aws-sdk-go-v2/service/s3 v1.26.10 -> v1.36.0 - github.com/aws/aws-sdk-go-v2/service/sts v1.16.9 -> v1.19.2 - github.com/fatih/color v1.13.0 -> v1.15.0 - github.com/golang/protobuf v1.5.2 -> v1.5.3 - github.com/google/go-cmp v0.5.8 -> v0.5.9 - github.com/hashicorp/vault/api v1.7.2 -> v1.9.2 - github.com/lib/pq v1.10.6 -> v1.10.9 - github.com/ory/dockertest/v3 v3.9.1 -> v3.10.0 - github.com/sirupsen/logrus v1.8.1 -> v1.9.3 - github.com/stretchr/testify v1.8.1 -> v1.8.4 - github.com/urfave/cli v1.22.7 -> v1.22.14 - golang.org/x/crypto v0.7.0 -> v0.10.0 - golang.org/x/net v0.8.0 -> v0.11.0 - golang.org/x/sys v0.6.0 -> v0.9.0 - golang.org/x/term v0.6.0 -> v0.9.0 - google.golang.org/api v0.87.0 -> v0.129.0 - google.golang.org/genproto v0.0.0-20220712132514-bdd2acd4974d -> v0.0.0-20230629202037-9506855d4529 - google.golang.org/grpc v1.48.0 -> v1.56.1 - google.golang.org/protobuf v1.28.0 -> v1.31.0 - gopkg.in/ini.v1 v1.66.4 -> v1.67.0 Signed-off-by: Hidde Beydals <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This excludes an update of the Azure SDKs, which has been dealt with separately in #1092.