Skip to content
This repository was archived by the owner on Jun 2, 2023. It is now read-only.

Commit 1dc59a0

Browse files
committed
Update module cenkalti/backoff to v2.2.0
1 parent 092803a commit 1dc59a0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/ajg/form v1.5.1 // indirect
99
github.com/aws/aws-lambda-go v1.11.1
1010
github.com/aws/aws-sdk-go v1.20.13
11-
github.com/cenkalti/backoff v2.0.0+incompatible
11+
github.com/cenkalti/backoff v2.2.0+incompatible
1212
github.com/certifi/gocertifi v0.0.0-20190629135335-d2eda7129713 // indirect
1313
github.com/denisenkom/go-mssqldb v0.0.0-20190629141010-eb9f6a1743f3 // indirect
1414
github.com/docker/distribution v2.7.1+incompatible // indirect

go.sum

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24
2727
github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8=
2828
github.com/cenkalti/backoff v2.0.0+incompatible h1:5IIPUHhlnUZbcHQsQou5k1Tn58nJkeJL9U+ig5CHJbY=
2929
github.com/cenkalti/backoff v2.0.0+incompatible/go.mod h1:90ReRw6GdpyfrHakVjL/QHaoyV4aDUVVkXQJJJ3NXXM=
30+
github.com/cenkalti/backoff v2.2.0+incompatible/go.mod h1:b6Nc7NRH5C4aCISLry0tLnTjcuTEvoiqcWDdsU0sOGM=
3031
github.com/certifi/gocertifi v0.0.0-20190629135335-d2eda7129713 h1:U2wuyAlXrWQ+MrJdR5vyio9NUNqgnORR94Gq20hIJ6Y=
3132
github.com/certifi/gocertifi v0.0.0-20190629135335-d2eda7129713/go.mod h1:GJKEexRPVJrBSOjoqN5VNOIKJ5Q3RViH6eu3puDRwx4=
3233
github.com/cespare/xxhash v1.1.0/go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghfAqPWnc=

0 commit comments

Comments
 (0)