Skip to content

Commit 1658e3b

Browse files
chore(deps): bump github.com/cenkalti/backoff/v4 from 4.1.1 to 4.1.2
Bumps [github.com/cenkalti/backoff/v4](https://github.com/cenkalti/backoff) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/cenkalti/backoff/releases) - [Commits](cenkalti/backoff@v4.1.1...v4.1.2) --- updated-dependencies: - dependency-name: github.com/cenkalti/backoff/v4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1381b18 commit 1658e3b

File tree

2 files changed

+18
-172
lines changed

2 files changed

+18
-172
lines changed

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/Azure/go-autorest/autorest/validation v0.3.1 // indirect
1212
github.com/auth0/go-jwt-middleware/v2 v2.0.0-beta.1
1313
github.com/aws/aws-sdk-go v1.40.45
14-
github.com/cenkalti/backoff/v4 v4.1.1
14+
github.com/cenkalti/backoff/v4 v4.1.2
1515
github.com/consensys/gnark-crypto v0.5.0
1616
github.com/consensys/quorum v2.7.0+incompatible
1717
github.com/docker/docker v20.10.12+incompatible
@@ -44,12 +44,10 @@ require (
4444
github.com/spf13/viper v1.7.1
4545
github.com/stretchr/testify v1.7.0
4646
go.elastic.co/ecszap v1.0.0
47-
go.uber.org/multierr v1.7.0 // indirect
4847
go.uber.org/zap v1.19.1
4948
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3
5049
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2
5150
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
52-
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
5351
gopkg.in/yaml.v2 v2.4.0
5452
k8s.io/apimachinery v0.21.0
5553
)

0 commit comments

Comments
 (0)