diff --git a/go.mod b/go.mod index aad85a1..4393d43 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.23.1 require ( github.com/Mzack9999/go-http-digest-auth-client v0.6.0 - github.com/hueristiq/hq-go-retrier v0.0.0-20241005210814-170a9082e8c0 + github.com/hueristiq/hq-go-retrier v0.0.0-20241006185156-b525dc69639c github.com/hueristiq/hqgoutils v0.0.0-20231024005153-bd2c47932440 golang.org/x/net v0.30.0 ) diff --git a/go.sum b/go.sum index a500a3c..5813def 100644 --- a/go.sum +++ b/go.sum @@ -2,8 +2,8 @@ github.com/Mzack9999/go-http-digest-auth-client v0.6.0 h1:LXVNMsj7qiNVmlZByFbjJm github.com/Mzack9999/go-http-digest-auth-client v0.6.0/go.mod h1:gbwaYYXwA15ZfIxMyY5QU1acATDyNKEuG5TylBCL7AM= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/hueristiq/hq-go-retrier v0.0.0-20241005210814-170a9082e8c0 h1:DiNg6GCp1TZeEzjbTCWqmOmH4zv3CbE5O3jzRYGimVw= -github.com/hueristiq/hq-go-retrier v0.0.0-20241005210814-170a9082e8c0/go.mod h1:YkxIHoJHsL0wmzQ3tc0qz4UTr9q9eCicUt5RvMV//xw= +github.com/hueristiq/hq-go-retrier v0.0.0-20241006185156-b525dc69639c h1:5QeToyM/D2hQzXdlQ+PiF24xbNcHETMLF1ZRR+rYDYI= +github.com/hueristiq/hq-go-retrier v0.0.0-20241006185156-b525dc69639c/go.mod h1:YkxIHoJHsL0wmzQ3tc0qz4UTr9q9eCicUt5RvMV//xw= github.com/hueristiq/hqgoutils v0.0.0-20231024005153-bd2c47932440 h1:dpHAa9c74HgAXkZ2WPd84q2cCiF76eluuSGRw7bk7To= github.com/hueristiq/hqgoutils v0.0.0-20231024005153-bd2c47932440/go.mod h1:NlZ117o///yWDbRAbgYD7/Y44qce8z1Dj4caUsjunSY= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=