diff --git a/go.mod b/go.mod index 0cf585a..f056970 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/ccremer/charts go 1.16 require ( - github.com/gruntwork-io/terratest v0.35.1 + github.com/gruntwork-io/terratest v0.35.7 github.com/stretchr/testify v1.7.0 k8s.io/api v0.19.3 k8s.io/apimachinery v0.19.3 diff --git a/go.sum b/go.sum index c682deb..b6404f4 100644 --- a/go.sum +++ b/go.sum @@ -220,8 +220,8 @@ github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0/go.mod h1:8NvIoxWQoOIhqOTXgf github.com/grpc-ecosystem/grpc-gateway v1.9.5/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY= github.com/gruntwork-io/go-commons v0.8.0 h1:k/yypwrPqSeYHevLlEDmvmgQzcyTwrlZGRaxEM6G0ro= github.com/gruntwork-io/go-commons v0.8.0/go.mod h1:gtp0yTtIBExIZp7vyIV9I0XQkVwiQZze678hvDXof78= -github.com/gruntwork-io/terratest v0.35.1 h1:8O6HgowzMoN7iyc+tur7cjb6z8XD4pPSOEtHSvVxpVY= -github.com/gruntwork-io/terratest v0.35.1/go.mod h1:GIVJGBV1WIv1vxIG31Ycy0CuHYfXuvvkilNQuC9Wi+o= +github.com/gruntwork-io/terratest v0.35.7 h1:CTGrdt5IGHFiHWadtrAxlS5eVO2ZcJket7UNhR55obU= +github.com/gruntwork-io/terratest v0.35.7/go.mod h1:GIVJGBV1WIv1vxIG31Ycy0CuHYfXuvvkilNQuC9Wi+o= github.com/hashicorp/errwrap v1.0.0 h1:hLrqtEDnRye3+sgx6z4qVLNuviH3MR5aQ0ykNJa/UYA= github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4= github.com/hashicorp/go-multierror v1.1.0 h1:B9UzwGQJehnUY1yNrnwREHc3fGbC2xefo8g4TbElacI=