Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump github.com/88labs/go-utils/aws from 0.93.0 to 0.94.0 in /envlookup #480

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 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.21

require (
github.com/88labs/go-utils/aws v0.93.0
github.com/88labs/go-utils/aws v0.94.0
github.com/go-faker/faker/v4 v4.3.0
github.com/stretchr/testify v1.9.0
)
Expand Down
4 changes: 2 additions & 2 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.93.0 h1:pEc59c8XMDLk9K9jimQOsXIUlca2wLMnBBt7+or2opA=
github.com/88labs/go-utils/aws v0.93.0/go.mod h1:Pht9csgAZZWpPOXgsSDKLc4BFgO5+1PTuW1jTGroHNo=
github.com/88labs/go-utils/aws v0.94.0 h1:K+IxJuw+SA9ow9r02eTPSDVC0SmHs0U4QyhlTYZlGfc=
github.com/88labs/go-utils/aws v0.94.0/go.mod h1:NPF3OxBxZsZZAljcn+ScoOpucjV+Ua96/nxqH1ntYow=
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 Down
Loading