diff --git a/envlookup/go.mod b/envlookup/go.mod index d7f6756..84bfcfa 100644 --- a/envlookup/go.mod +++ b/envlookup/go.mod @@ -3,7 +3,7 @@ module github.com/88labs/go-utils/envlookup go 1.21 require ( - github.com/88labs/go-utils/aws v0.72.0 + github.com/88labs/go-utils/aws v0.73.0 github.com/go-faker/faker/v4 v4.2.0 github.com/stretchr/testify v1.8.4 ) diff --git a/envlookup/go.sum b/envlookup/go.sum index 5dec760..c2b19aa 100644 --- a/envlookup/go.sum +++ b/envlookup/go.sum @@ -1,5 +1,5 @@ -github.com/88labs/go-utils/aws v0.72.0 h1:dXTd9EmhEzjumsWFLhBT2BBqT8Dbq7oZ5Y0PYbfjGO4= -github.com/88labs/go-utils/aws v0.72.0/go.mod h1:1YNJ7b0y+mw5a0NYzp4cMJcNLwlTatdmWIqkSWqQyVI= +github.com/88labs/go-utils/aws v0.73.0 h1:rqZbYGY9V/Hysr8+2IGo95b2dDjevkC9K183EBQQz6E= +github.com/88labs/go-utils/aws v0.73.0/go.mod h1:I+vsQyVZX1phwPijQmvi3AGN3UZVuoyPFXbit2jcrQA= 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=