diff --git a/go.mod b/go.mod index ff6987bd9..0cbb296e3 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/gorilla/mux v1.8.1 github.com/hashicorp/go-cleanhttp v0.5.2 github.com/hashicorp/go-getter/v2 v2.2.1 - github.com/hashicorp/go-retryablehttp v0.7.5 + github.com/hashicorp/go-retryablehttp v0.7.6 github.com/hashicorp/go-version v1.6.0 github.com/hashicorp/hcl/v2 v2.20.1 github.com/iancoleman/strcase v0.3.0 @@ -120,7 +120,7 @@ main github.com/hashicorp/go-msgpack/v2 v2.1.2 github.com/hashicorp/go-multierror v1.1.1 github.com/hashicorp/go-raftchunking 06142d02589e - github.com/hashicorp/go-retryablehttp v0.7.5 + github.com/hashicorp/go-retryablehttp v0.7.6 github.com/hashicorp/go-rootcerts v1.0.2 github.com/hashicorp/go-sockaddr v1.0.6 github.com/hashicorp/go-syslog v1.0.0 diff --git a/vault/go.mod b/vault/go.mod index 3b47a24fe..bd33b8ee0 100644 --- a/vault/go.mod +++ b/vault/go.mod @@ -88,7 +88,7 @@ main github.com/hashicorp/go-msgpack v1.1.5 // indirect github.com/hashicorp/go-multierror v1.1.1 github.com/hashicorp/go-raftchunking 06142d02589e - github.com/hashicorp/go-retryablehttp v0.7.5 + github.com/hashicorp/go-retryablehttp v0.7.6 github.com/hashicorp/go-rootcerts v1.0.2 github.com/hashicorp/go-secure-stdlib/awsutil v2.0.0 github.com/hashicorp/go-secure-stdlib/base62 v0.1.2