Skip to content

Commit

Permalink
Merge pull request #13 from renovate-bot/renovate/github.com-cenkalti…
Browse files Browse the repository at this point in the history
…-backoff-v3-3.x

Update module cenkalti/backoff/v3 to v3.2.2
  • Loading branch information
petemoore committed Jul 6, 2020
2 parents 8815a88 + 398d452 commit b3933bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
@@ -1,7 +1,7 @@
module github.com/taskcluster/httpbackoff/v3

require (
github.com/cenkalti/backoff/v3 v3.0.0
github.com/cenkalti/backoff/v3 v3.2.2
github.com/stretchr/testify v1.6.1
)

Expand Down
1 change: 1 addition & 0 deletions go.sum
@@ -1,5 +1,6 @@
github.com/cenkalti/backoff/v3 v3.0.0 h1:ske+9nBpD9qZsTBoF41nW5L+AIuFBKMeze18XQ3eG1c=
github.com/cenkalti/backoff/v3 v3.0.0/go.mod h1:cIeZDE3IrqwwJl6VUwCN6trj1oXrTS4rc0ij+ULvLYs=
github.com/cenkalti/backoff/v3 v3.2.2/go.mod h1:cIeZDE3IrqwwJl6VUwCN6trj1oXrTS4rc0ij+ULvLYs=
github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
Expand Down

0 comments on commit b3933bc

Please sign in to comment.