From af55b21856df40c2fd7814793383ffab2aef33df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 03:28:03 +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.74.0 to 0.75.0. - [Release notes](https://github.com/88labs/go-utils/releases) - [Commits](https://github.com/88labs/go-utils/compare/aws/v0.74.0...aws/v0.75.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 a56a495..2174cfe 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.74.0 + github.com/88labs/go-utils/aws v0.75.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 98abda5..570c8c0 100644 --- a/envlookup/go.sum +++ b/envlookup/go.sum @@ -1,5 +1,5 @@ -github.com/88labs/go-utils/aws v0.74.0 h1:PHzNknN1gKKp2HIPPSeU2RjFN+wbM8RfkozfOoMvzvI= -github.com/88labs/go-utils/aws v0.74.0/go.mod h1:wmf+xvxF3FipSk9dKQL5JDqKB4Nrb46GgwIFeQ8/UhQ= +github.com/88labs/go-utils/aws v0.75.0 h1:M+2IC4HQ1WtH27kilG9eKOUbRj7pUV/+o9NcxzqXH2I= +github.com/88labs/go-utils/aws v0.75.0/go.mod h1:G1puDykDxfq4z8iAJcdRMwGMflSn1a8oju6O2AMZlSs= 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=