From 1b5fb50d34f6b92556b27f8d6a197a9d4be58967 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Aug 2023 03:15:06 +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.37.0 to 0.39.0. - [Release notes](https://github.com/88labs/go-utils/releases) - [Commits](https://github.com/88labs/go-utils/compare/aws/v0.37.0...aws/v0.39.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 3e9e487..6748895 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.37.0 + github.com/88labs/go-utils/aws v0.39.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 68ee4f3..dff26da 100644 --- a/envlookup/go.sum +++ b/envlookup/go.sum @@ -1,5 +1,5 @@ -github.com/88labs/go-utils/aws v0.37.0 h1:oOoT4aBuK7Mxt6nxluSoQ9Deb9GSwyNRJeJuHwimwCc= -github.com/88labs/go-utils/aws v0.37.0/go.mod h1:SXH5UedkT3wi7h+gtDuCZW4UKn6e4J6xCEV4oTL7Ur8= +github.com/88labs/go-utils/aws v0.39.0 h1:AdDcFdpMgDWQIFjgqRY+QOVtIzR71wEctzZQoxyLOrs= +github.com/88labs/go-utils/aws v0.39.0/go.mod h1:92y9N0wEWuTzc7gY75JfBBprr4bCJzVLN3Z0HFNnd8w= 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=