From 4f6876ae039cdc9613ad21d423445ead7254b380 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 03:15:43 +0000 Subject: [PATCH] chore(deps): bump github.com/88labs/go-utils/aws in /envlookup Bumps [github.com/88labs/go-utils/aws](https://github.com/88labs/go-utils) from 0.93.0 to 0.94.0. - [Release notes](https://github.com/88labs/go-utils/releases) - [Commits](https://github.com/88labs/go-utils/compare/aws/v0.93.0...aws/v0.94.0) --- updated-dependencies: - dependency-name: github.com/88labs/go-utils/aws dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- envlookup/go.mod | 2 +- envlookup/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/envlookup/go.mod b/envlookup/go.mod index 093a7fb..c463998 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.93.0 + github.com/88labs/go-utils/aws v0.94.0 github.com/go-faker/faker/v4 v4.3.0 github.com/stretchr/testify v1.9.0 ) diff --git a/envlookup/go.sum b/envlookup/go.sum index c32a9c1..4b41a73 100644 --- a/envlookup/go.sum +++ b/envlookup/go.sum @@ -1,5 +1,5 @@ -github.com/88labs/go-utils/aws v0.93.0 h1:pEc59c8XMDLk9K9jimQOsXIUlca2wLMnBBt7+or2opA= -github.com/88labs/go-utils/aws v0.93.0/go.mod h1:Pht9csgAZZWpPOXgsSDKLc4BFgO5+1PTuW1jTGroHNo= +github.com/88labs/go-utils/aws v0.94.0 h1:K+IxJuw+SA9ow9r02eTPSDVC0SmHs0U4QyhlTYZlGfc= +github.com/88labs/go-utils/aws v0.94.0/go.mod h1:NPF3OxBxZsZZAljcn+ScoOpucjV+Ua96/nxqH1ntYow= 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=