Skip to content

Commit 5b17e0c

Browse files
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.101.0 to 0.102.0. - [Release notes](https://github.com/88labs/go-utils/releases) - [Commits](aws/v0.101.0...aws/v0.102.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] <support@github.com>
1 parent 7c0ce64 commit 5b17e0c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

envlookup/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/88labs/go-utils/envlookup
33
go 1.21
44

55
require (
6-
github.com/88labs/go-utils/aws v0.101.0
6+
github.com/88labs/go-utils/aws v0.102.0
77
github.com/go-faker/faker/v4 v4.4.2
88
github.com/stretchr/testify v1.9.0
99
)
@@ -12,6 +12,6 @@ require (
1212
github.com/davecgh/go-spew v1.1.1 // indirect
1313
github.com/kr/text v0.2.0 // indirect
1414
github.com/pmezard/go-difflib v1.0.0 // indirect
15-
golang.org/x/text v0.15.0 // indirect
15+
golang.org/x/text v0.16.0 // indirect
1616
gopkg.in/yaml.v3 v3.0.1 // indirect
1717
)

envlookup/go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/88labs/go-utils/aws v0.101.0 h1:DZ4WOMguQKjCUDtp/Ik86QUQZu6Fxva/4Sh41Ut8cpU=
2-
github.com/88labs/go-utils/aws v0.101.0/go.mod h1:qPbAD9r+WF3a7ESNwhZHehH/kA2/ShqnRiGAuklKM/0=
1+
github.com/88labs/go-utils/aws v0.102.0 h1:wZJ38CSN4d3N2S7OyQuuDo4osaEbMeafkeHNc4S/lYI=
2+
github.com/88labs/go-utils/aws v0.102.0/go.mod h1:5bKPirb8HlofgLVqckPh1Ts4hb4pIFKtarJr/oe1Ksk=
33
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
44
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
55
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
@@ -15,8 +15,8 @@ github.com/rogpeppe/go-internal v1.8.0 h1:FCbCCtXNOY3UtUuHUYaghJg4y7Fd14rXifAYUA
1515
github.com/rogpeppe/go-internal v1.8.0/go.mod h1:WmiCO8CzOY8rg0OYDC4/i/2WRWAB6poM+XZ2dLUbcbE=
1616
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
1717
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
18-
golang.org/x/text v0.15.0 h1:h1V/4gjBv8v9cjcR6+AR5+/cIYK5N/WAgiv4xlsEtAk=
19-
golang.org/x/text v0.15.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU=
18+
golang.org/x/text v0.16.0 h1:a94ExnEXNtEwYLGJSIUxnWoxoRz/ZcCsV63ROupILh4=
19+
golang.org/x/text v0.16.0/go.mod h1:GhwF1Be+LQoKShO3cGOHzqOgRrGaYc9AvblQOmPVHnI=
2020
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
2121
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk=
2222
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q=

0 commit comments

Comments
 (0)