Skip to content

Commit

Permalink
update retryable http version
Browse files Browse the repository at this point in the history
  • Loading branch information
rescuerunaways committed Nov 7, 2023
1 parent 3ab4fa0 commit b5a9e44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ require (
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.5.0 // indirect
github.com/zachgrayio/go-retryablehttp v0.0.0-20231107032107-5944aac728fe
github.com/zachgrayio/go-retryablehttp v0.0.0-20231107210008-cef3afb4371b
gopkg.in/yaml.v3 v3.0.1 // indirect
)
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
github.com/zachgrayio/go-retryablehttp v0.0.0-20231107032107-5944aac728fe h1:/VZZPaZ7V8MeGoodVPj5Pu6KbDlcv9J1Tg4JRftCks4=
github.com/zachgrayio/go-retryablehttp v0.0.0-20231107032107-5944aac728fe/go.mod h1:uio0kNjlEfd40DQf2GZAwUQDbKsrV56Q/EEJdKpPoLo=
github.com/zachgrayio/go-retryablehttp v0.0.0-20231107210008-cef3afb4371b h1:OQz7m87FxKdjwgB9CSfVUQpKjAV7aFDT8VczYGpE9HE=
github.com/zachgrayio/go-retryablehttp v0.0.0-20231107210008-cef3afb4371b/go.mod h1:uio0kNjlEfd40DQf2GZAwUQDbKsrV56Q/EEJdKpPoLo=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
Expand Down

0 comments on commit b5a9e44

Please sign in to comment.