Skip to content

Commit

Permalink
updted versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rescuerunaways committed Nov 8, 2023
1 parent 88c5ea3 commit 8e81d54
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-20231107222035-aff55377f3a6
github.com/zachgrayio/go-retryablehttp v0.0.0-20231108004639-0cef7b3d099b // indirect
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 @@ -64,6 +64,8 @@ github.com/zachgrayio/go-retryablehttp v0.0.0-20231107220616-9c0679c5b936 h1:geo
github.com/zachgrayio/go-retryablehttp v0.0.0-20231107220616-9c0679c5b936/go.mod h1:uio0kNjlEfd40DQf2GZAwUQDbKsrV56Q/EEJdKpPoLo=
github.com/zachgrayio/go-retryablehttp v0.0.0-20231107222035-aff55377f3a6 h1:zWGd9DEt6+PKJEUhpT4RdVo0/JAG96w1TXPRyw0PuGI=
github.com/zachgrayio/go-retryablehttp v0.0.0-20231107222035-aff55377f3a6/go.mod h1:uio0kNjlEfd40DQf2GZAwUQDbKsrV56Q/EEJdKpPoLo=
github.com/zachgrayio/go-retryablehttp v0.0.0-20231108004639-0cef7b3d099b h1:3MPPAQ+/yyFMH6p5aC5eBGnT1pna65DCYqg3H7R5PfE=
github.com/zachgrayio/go-retryablehttp v0.0.0-20231108004639-0cef7b3d099b/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 8e81d54

Please sign in to comment.