Skip to content

Commit

Permalink
Bump github.com/avast/retry-go (#1214)
Browse files Browse the repository at this point in the history
Bumps [github.com/avast/retry-go](https://github.com/avast/retry-go) from 2.7.0+incompatible to 3.0.0+incompatible.
- [Release notes](https://github.com/avast/retry-go/releases)
- [Commits](avast/retry-go@2.7.0...3.0.0)

---
updated-dependencies:
- dependency-name: github.com/avast/retry-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jan 24, 2022
1 parent f8f56f2 commit 21cb075
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.17

require (
github.com/Pallinder/go-randomdata v1.2.0
github.com/avast/retry-go v2.7.0+incompatible
github.com/avast/retry-go v3.0.0+incompatible
github.com/aws/amazon-vpc-resource-controller-k8s v1.1.0
github.com/aws/aws-sdk-go v1.42.40
github.com/deckarep/golang-set v1.8.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmV
github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8=
github.com/asaskevich/govalidator v0.0.0-20180720115003-f9ffefc3facf/go.mod h1:lB+ZfQJz7igIIfQNfa7Ml4HSf2uFQQRzpGGRXenZAgY=
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a/go.mod h1:lB+ZfQJz7igIIfQNfa7Ml4HSf2uFQQRzpGGRXenZAgY=
github.com/avast/retry-go v2.7.0+incompatible h1:XaGnzl7gESAideSjr+I8Hki/JBi+Yb9baHlMRPeSC84=
github.com/avast/retry-go v2.7.0+incompatible/go.mod h1:XtSnn+n/sHqQIpZ10K1qAevBhOOCWBLXXy3hyiqqBrY=
github.com/avast/retry-go v3.0.0+incompatible h1:4SOWQ7Qs+oroOTQOYnAHqelpCO0biHSxpiH9JdtuBj0=
github.com/avast/retry-go v3.0.0+incompatible/go.mod h1:XtSnn+n/sHqQIpZ10K1qAevBhOOCWBLXXy3hyiqqBrY=
github.com/aws/amazon-vpc-cni-k8s v1.9.0/go.mod h1:QWoU3OKu7F4WciTIXHGP6he5IVX4s23QfhNJ+3MlowA=
github.com/aws/amazon-vpc-resource-controller-k8s v1.1.0 h1:NsbFSI/uW65NiTj65NoKiMXS5xFkKEeMOns+bpV27Ts=
github.com/aws/amazon-vpc-resource-controller-k8s v1.1.0/go.mod h1:7dBqf/i+nx3Kn2/oiJLFkGklY8hYRUOL7lOq1FD6f5w=
Expand Down

0 comments on commit 21cb075

Please sign in to comment.