diff --git a/test/go.mod b/test/go.mod index f0d489e9..843c932b 100644 --- a/test/go.mod +++ b/test/go.mod @@ -7,7 +7,7 @@ toolchain go1.21.2 require ( github.com/Azure/terraform-module-test-helper v0.19.0 github.com/gruntwork-io/terratest v0.46.11 - github.com/hashicorp/go-retryablehttp v0.7.5 + github.com/hashicorp/go-retryablehttp v0.7.7 github.com/stretchr/testify v1.9.0 ) @@ -95,7 +95,7 @@ require ( golang.org/x/net v0.21.0 // indirect golang.org/x/oauth2 v0.17.0 // indirect golang.org/x/sync v0.5.0 // indirect - golang.org/x/sys v0.18.0 // indirect + golang.org/x/sys v0.20.0 // indirect golang.org/x/term v0.18.0 // indirect golang.org/x/text v0.14.0 // indirect golang.org/x/time v0.5.0 // indirect