add retrys
This commit is contained in:
6
go.mod
6
go.mod
@@ -5,4 +5,10 @@ go 1.20
|
||||
require (
|
||||
github.com/logrusorgru/aurora v2.0.3+incompatible
|
||||
golang.org/x/net v0.8.0
|
||||
gopkg.in/matryer/try.v1 v1.0.0-20150601225556-312d2599e12e
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/cheekybits/is v0.0.0-20150225183255-68e9c0620927 // indirect
|
||||
github.com/matryer/try v0.0.0-20161228173917-9ac251b645a2 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user