diff --git a/envlookup/go.mod b/envlookup/go.mod index 89a2ca1..1b4a16c 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.102.0 + github.com/88labs/go-utils/aws v0.103.0 github.com/go-faker/faker/v4 v4.4.2 github.com/stretchr/testify v1.9.0 ) diff --git a/envlookup/go.sum b/envlookup/go.sum index c7c6f15..8d26023 100644 --- a/envlookup/go.sum +++ b/envlookup/go.sum @@ -1,5 +1,5 @@ -github.com/88labs/go-utils/aws v0.102.0 h1:wZJ38CSN4d3N2S7OyQuuDo4osaEbMeafkeHNc4S/lYI= -github.com/88labs/go-utils/aws v0.102.0/go.mod h1:5bKPirb8HlofgLVqckPh1Ts4hb4pIFKtarJr/oe1Ksk= +github.com/88labs/go-utils/aws v0.103.0 h1:/iS41bgzDZ1dbnNvl/Adb7tcX44qEb+FapNy/DhTYkU= +github.com/88labs/go-utils/aws v0.103.0/go.mod h1:tKJ5q2a+b3JtQTBxH4RmSh11DtnwgovpkrSRc5egfI0= 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=