From 33738f1c3a6e1fff45a88c6e1b3abc3bd6e09675 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 03:19:15 +0000 Subject: [PATCH] build(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.107.0 to 0.108.0. - [Release notes](https://github.com/88labs/go-utils/releases) - [Commits](https://github.com/88labs/go-utils/compare/aws/v0.107.0...aws/v0.108.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 b550c53..810b2dc 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.107.0 + github.com/88labs/go-utils/aws v0.108.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 1b600c8..73c3eda 100644 --- a/envlookup/go.sum +++ b/envlookup/go.sum @@ -1,5 +1,5 @@ -github.com/88labs/go-utils/aws v0.107.0 h1:shlApctl8EazgdHSvuCWw+8mID3QVUHWfZhKLI/XOo8= -github.com/88labs/go-utils/aws v0.107.0/go.mod h1:MB7UODLtSsBcdpADZFo000sKdhPcH+ilxJ9Sonu/dno= +github.com/88labs/go-utils/aws v0.108.0 h1:jaIqzMRpi4BrJPytbHhjSiTXkF1TYg660rN4STgsqIY= +github.com/88labs/go-utils/aws v0.108.0/go.mod h1:fpB0Z7eM3DumwO0Dio8K96FXcUk+rrQzG5DJ7fIur7g= 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=