File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ module github.com/88labs/go-utils/envlookup
3
3
go 1.24
4
4
5
5
require (
6
- github.com/88labs/go-utils/aws v0.149 .0
6
+ github.com/88labs/go-utils/aws v0.150 .0
7
7
github.com/go-faker/faker/v4 v4.6.1
8
8
gotest.tools v2.2.0+incompatible
9
9
)
10
10
11
11
require (
12
12
github.com/google/go-cmp v0.6.0 // indirect
13
13
github.com/pkg/errors v0.9.1 // indirect
14
- golang.org/x/text v0.25 .0 // indirect
14
+ golang.org/x/text v0.26 .0 // indirect
15
15
)
Original file line number Diff line number Diff line change 1
- github.com/88labs/go-utils/aws v0.149 .0 h1:c3VbOBHXaRG5UPQIHkw2SZj4NEr5FlF1Y4TclL8BCNs =
2
- github.com/88labs/go-utils/aws v0.149 .0 /go.mod h1:GsqHw8umkwR9dGzc8E8JjSqnApbWYI+iklD9wW/karY =
1
+ github.com/88labs/go-utils/aws v0.150 .0 h1:BN3d6hvGJGW1/5ZhU7XlMXRWXEjlhw3zAbXO/S4JBAk =
2
+ github.com/88labs/go-utils/aws v0.150 .0 /go.mod h1:o17EivZ+UHTB8w9OjAK1JMhOOXIHxqJtQgdbeiY+fDM =
3
3
github.com/go-faker/faker/v4 v4.6.1 h1:xUyVpAjEtB04l6XFY0V/29oR332rOSPWV4lU8RwDt4k =
4
4
github.com/go-faker/faker/v4 v4.6.1 /go.mod h1:arSdxNCSt7mOhdk8tEolvHeIJ7eX4OX80wXjKKvkKBY =
5
5
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI =
6
6
github.com/google/go-cmp v0.6.0 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
7
7
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4 =
8
8
github.com/pkg/errors v0.9.1 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
9
- golang.org/x/text v0.25 .0 h1:qVyWApTSYLk/drJRO5mDlNYskwQznZmkpV2c8q9zls4 =
10
- golang.org/x/text v0.25 .0 /go.mod h1:WEdwpYrmk1qmdHvhkSTNPm3app7v4rsT8F2UD6+VHIA =
9
+ golang.org/x/text v0.26 .0 h1:P42AVeLghgTYr4+xUnTRKDMqpar+PtX7KWuNQL21L8M =
10
+ golang.org/x/text v0.26 .0 /go.mod h1:QK15LZJUUQVJxhz7wXgxSy/CJaTFjd0G+YLonydOVQA =
11
11
gotest.tools v2.2.0+incompatible h1:VsBPFP1AI068pPrMxtb/S8Zkgf9xEmTLJjfM+P5UIEo =
12
12
gotest.tools v2.2.0+incompatible /go.mod h1:DsYFclhRJ6vuDpmuTbkuFWG+y2sxOXAzmJt81HFBacw =
You can’t perform that action at this time.
0 commit comments