diff --git a/envlookup/go.mod b/envlookup/go.mod index 676e2b9..c46d449 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.53.0 + github.com/88labs/go-utils/aws v0.56.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 d8ca712..8b694f3 100644 --- a/envlookup/go.sum +++ b/envlookup/go.sum @@ -1,5 +1,5 @@ -github.com/88labs/go-utils/aws v0.53.0 h1:cxu2fMUV1eF1MJ8ZqVhTiBAjtqyZlzULQrXvYZOpc2I= -github.com/88labs/go-utils/aws v0.53.0/go.mod h1:7AijtovCb0xWnZsqw0pIQWA8rekZJ2CbJc8fO09Wit0= +github.com/88labs/go-utils/aws v0.56.0 h1:nJQ/OppXf2ejT3Ng72hRc/zP+UfPoH72Y0jnjwqozWs= +github.com/88labs/go-utils/aws v0.56.0/go.mod h1:qU9mVe5AbyjfaEN74wAp1pdDwV5gQmDyYmXcxsgQI+8= 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=