diff --git a/envlookup/go.mod b/envlookup/go.mod index 3a7a89c..4cb768a 100644 --- a/envlookup/go.mod +++ b/envlookup/go.mod @@ -3,7 +3,7 @@ module github.com/88labs/go-utils/envlookup go 1.22 require ( - github.com/88labs/go-utils/aws v0.117.0 + github.com/88labs/go-utils/aws v0.118.0 github.com/go-faker/faker/v4 v4.5.0 github.com/stretchr/testify v1.9.0 ) diff --git a/envlookup/go.sum b/envlookup/go.sum index 037fdde..96508ec 100644 --- a/envlookup/go.sum +++ b/envlookup/go.sum @@ -1,5 +1,5 @@ -github.com/88labs/go-utils/aws v0.117.0 h1:JkrvSLeQB/DHKQRad/JWsitQOUYkyFjxa5bsKXgzYlA= -github.com/88labs/go-utils/aws v0.117.0/go.mod h1:e7QM1XFhSsdPX49OjQ8+X6UrFu88SoCLQ+c2WZ+UnL0= +github.com/88labs/go-utils/aws v0.118.0 h1:wsQnoGwwPeS9O6IPnKVP03oAd6iFpgefFt/JbL1SaMc= +github.com/88labs/go-utils/aws v0.118.0/go.mod h1:DzvKZPTTOf+BgAwSILuaX7799nqOZHXDJc1TMKQTOr8= github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= 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=