-
Notifications
You must be signed in to change notification settings - Fork 79
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
dependencies: update several dependencies #76
Conversation
a3fc6ab
to
b8808dc
Compare
/hold |
b4029dd
to
a9c9005
Compare
/hold cancel |
@@ -4,28 +4,28 @@ go 1.15 | |||
|
|||
replace ( | |||
// Bazel is seemingly broken with newer versions of this package | |||
github.com/Azure/go-autorest => github.com/Azure/go-autorest v12.2.0+incompatible | |||
github.com/Azure/go-autorest => github.com/Azure/go-autorest v14.2.0+incompatible |
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.
Nit: Given that we don't use bazel here, we can probably remove that comment :)
/lgtm
/approve
/hold
If you want to fix the nit, otherwise feel free to hold cancel
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.
@alvaroaleman comment removed :)
- Update `github.com/aws/aws-sdk-go` dependency to [v1.37.22](https://github.com/aws/aws-sdk-go/tree/v1.37.22) which is the latest available and has the [following changes](https://github.com/aws/aws-sdk-go/releases/tag/v1.37.22) - Update `github.com/go-test/deep` dependency to [v1.0.7](https://github.com/go-test/deep/tree/v1.0.7) which is the latest available and has the [following changes](https://github.com/go-test/deep/releases/tag/v1.0.7) - Update `github.com/google/go-cmp` dependency to [v0.5.4](https://github.com/google/go-cmp/tree/v0.5.4) which is the latest available and has the [following changes](https://github.com/google/go-cmp/releases/tag/v0.5.4) - Update `github.com/google/uuid` dependency to [v1.2.0](https://github.com/google/uuid/tree/v1.2.0) which is the latest available and has the [following changes](https://github.com/google/uuid/releases/tag/v1.2.0) - Update `github.com/prometheus/client_golang` dependency to [v1.9.0](https://github.com/prometheus/client_golang/tree/v1.9.0) which is the latest available and has the [following changes](https://github.com/prometheus/client_golang/releases/tag/v1.9.0) - Update `github.com/sirupsen/logrus` dependency to [v1.8.0](https://github.com/sirupsen/logrus/tree/v1.8.0) which is the latest available and has the [following changes](https://github.com/sirupsen/logrus/releases/tag/v1.8.0) - Update `github.com/spf13/cobra` dependency to [v1.1.3](https://github.com/spf13/cobra/tree/v1.1.3) which is the latest available and has the [following changes](https://github.com/spf13/cobra/releases/tag/v1.1.3) - Update `github.com/spf13/viper` dependency to [v1.7.1](https://github.com/spf13/viper/tree/v1.7.1) which is the latest available and has the [following changes](https://github.com/spf13/viper/releases/tag/v1.7.1) - Update `github.com/Azure/go-autorest` dependency to [v14.2.0](https://github.com/Azure/go-autorest/tree/v14.2.0) which is the latest available and has the [following changes](https://github.com/Azure/go-autorest/releases/tag/v14.2.0)
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alvaroaleman, cpanato The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/hold cancel |
update dependencies March cycle :)
github.com/aws/aws-sdk-go
dependency to v1.37.22 which is the latest available and has the following changesgithub.com/go-test/deep
dependency to v1.0.7 which is the latest available and has the following changesgithub.com/google/go-cmp
dependency to v0.5.4 which is the latest available and has the following changesgithub.com/google/uuid
dependency to v1.2.0 which is the latest available and has the following changesgithub.com/prometheus/client_golang
dependency to v1.9.0 which is the latest available and has the following changesgithub.com/sirupsen/logrus
dependency to v1.8.0 which is the latest available and has the following changesgithub.com/spf13/cobra
dependency to v1.1.3 which is the latest available and has the following changesgithub.com/spf13/viper
dependency to v1.7.1 which is the latest available and has the following changesgithub.com/Azure/go-autorest
dependency to v14.2.0 which is the latest available and has the following changes/assign @ixdy