Skip to content

Commit

Permalink
Merge pull request #557 from 88labs/dependabot/go_modules/envlookup/g…
Browse files Browse the repository at this point in the history
…ithub.com/88labs/go-utils/aws-0.110.0
  • Loading branch information
tomtwinkle authored Aug 12, 2024
2 parents 2a51c72 + 1090a57 commit 20fc456
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions envlookup/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/88labs/go-utils/envlookup
go 1.22

require (
github.com/88labs/go-utils/aws v0.108.0
github.com/88labs/go-utils/aws v0.110.0
github.com/go-faker/faker/v4 v4.4.2
github.com/stretchr/testify v1.9.0
)
Expand All @@ -12,6 +12,6 @@ require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/text v0.16.0 // indirect
golang.org/x/text v0.17.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
8 changes: 4 additions & 4 deletions envlookup/go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
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/88labs/go-utils/aws v0.110.0 h1:pvYTnNxScAGD2/C+It4OHCdISbH5b2i43z93u6/vrDM=
github.com/88labs/go-utils/aws v0.110.0/go.mod h1:8Xj3HRHN6E7LoND/FTZprYphosdl/X6PpLq4SHauOYw=
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=
Expand All @@ -15,8 +15,8 @@ github.com/rogpeppe/go-internal v1.8.0 h1:FCbCCtXNOY3UtUuHUYaghJg4y7Fd14rXifAYUA
github.com/rogpeppe/go-internal v1.8.0/go.mod h1:WmiCO8CzOY8rg0OYDC4/i/2WRWAB6poM+XZ2dLUbcbE=
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
golang.org/x/text v0.16.0 h1:a94ExnEXNtEwYLGJSIUxnWoxoRz/ZcCsV63ROupILh4=
golang.org/x/text v0.16.0/go.mod h1:GhwF1Be+LQoKShO3cGOHzqOgRrGaYc9AvblQOmPVHnI=
golang.org/x/text v0.17.0 h1:XtiM5bkSOt+ewxlOE/aE/AKEHibwj/6gvWMl9Rsh0Qc=
golang.org/x/text v0.17.0/go.mod h1:BuEKDfySbSR4drPmRPG/7iBdf8hvFMuRexcpahXilzY=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk=
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q=
Expand Down

0 comments on commit 20fc456

Please sign in to comment.