From 64bc33763b6f427731955c01ea24c340473d0157 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 03:47:32 +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.40.0 to 0.43.0. - [Release notes](https://github.com/88labs/go-utils/releases) - [Commits](https://github.com/88labs/go-utils/compare/aws/v0.40.0...aws/v0.43.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 b6a98f0..c0e05f4 100644 --- a/envlookup/go.mod +++ b/envlookup/go.mod @@ -3,7 +3,7 @@ module github.com/88labs/go-utils/envlookup go 1.20 require ( - github.com/88labs/go-utils/aws v0.40.0 + github.com/88labs/go-utils/aws v0.43.0 github.com/bxcodec/faker/v3 v3.8.1 github.com/stretchr/testify v1.8.4 ) diff --git a/envlookup/go.sum b/envlookup/go.sum index e9b040c..b1b8b36 100644 --- a/envlookup/go.sum +++ b/envlookup/go.sum @@ -1,5 +1,5 @@ -github.com/88labs/go-utils/aws v0.40.0 h1:XWzPZfiwhrxq0b/0CqTEPPdPad6yfbXhkDfbBiwO4No= -github.com/88labs/go-utils/aws v0.40.0/go.mod h1:92y9N0wEWuTzc7gY75JfBBprr4bCJzVLN3Z0HFNnd8w= +github.com/88labs/go-utils/aws v0.43.0 h1:vnl1CuJ6bIKYLOUB8SzNVyGnOaagC16Mse+EjEi/Yfk= +github.com/88labs/go-utils/aws v0.43.0/go.mod h1:v5UbM8j94kl/QDlx3IefuYOAHYUPb/dVinRijF6gCr0= github.com/bxcodec/faker/v3 v3.8.1 h1:qO/Xq19V6uHt2xujwpaetgKhraGCapqY2CRWGD/SqcM= github.com/bxcodec/faker/v3 v3.8.1/go.mod h1:DdSDccxF5msjFo5aO4vrobRQ8nIApg8kq3QWPEQD6+o= github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=