diff --git a/go.mod b/go.mod index 98ecb97..996e269 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.22.2 require ( github.com/gruntwork-io/terratest v0.47.2 github.com/stretchr/testify v1.9.0 - k8s.io/api v0.28.4 + k8s.io/api v0.31.3 ) require (