Skip to content

build(deps): bump github.com/88labs/go-utils/aws from 0.149.0 to 0.150.0 in /envlookup #754

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

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
4 changes: 2 additions & 2 deletions envlookup/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ module github.com/88labs/go-utils/envlookup
go 1.24

require (
github.com/88labs/go-utils/aws v0.149.0
github.com/88labs/go-utils/aws v0.150.0
github.com/go-faker/faker/v4 v4.6.1
gotest.tools v2.2.0+incompatible
)

require (
github.com/google/go-cmp v0.6.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
golang.org/x/text v0.25.0 // indirect
golang.org/x/text v0.26.0 // indirect
)
8 changes: 4 additions & 4 deletions envlookup/go.sum
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
github.com/88labs/go-utils/aws v0.149.0 h1:c3VbOBHXaRG5UPQIHkw2SZj4NEr5FlF1Y4TclL8BCNs=
github.com/88labs/go-utils/aws v0.149.0/go.mod h1:GsqHw8umkwR9dGzc8E8JjSqnApbWYI+iklD9wW/karY=
github.com/88labs/go-utils/aws v0.150.0 h1:BN3d6hvGJGW1/5ZhU7XlMXRWXEjlhw3zAbXO/S4JBAk=
github.com/88labs/go-utils/aws v0.150.0/go.mod h1:o17EivZ+UHTB8w9OjAK1JMhOOXIHxqJtQgdbeiY+fDM=
github.com/go-faker/faker/v4 v4.6.1 h1:xUyVpAjEtB04l6XFY0V/29oR332rOSPWV4lU8RwDt4k=
github.com/go-faker/faker/v4 v4.6.1/go.mod h1:arSdxNCSt7mOhdk8tEolvHeIJ7eX4OX80wXjKKvkKBY=
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
golang.org/x/text v0.25.0 h1:qVyWApTSYLk/drJRO5mDlNYskwQznZmkpV2c8q9zls4=
golang.org/x/text v0.25.0/go.mod h1:WEdwpYrmk1qmdHvhkSTNPm3app7v4rsT8F2UD6+VHIA=
golang.org/x/text v0.26.0 h1:P42AVeLghgTYr4+xUnTRKDMqpar+PtX7KWuNQL21L8M=
golang.org/x/text v0.26.0/go.mod h1:QK15LZJUUQVJxhz7wXgxSy/CJaTFjd0G+YLonydOVQA=
gotest.tools v2.2.0+incompatible h1:VsBPFP1AI068pPrMxtb/S8Zkgf9xEmTLJjfM+P5UIEo=
gotest.tools v2.2.0+incompatible/go.mod h1:DsYFclhRJ6vuDpmuTbkuFWG+y2sxOXAzmJt81HFBacw=
Loading