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.144 .0
6
+ github.com/88labs/go-utils/aws v0.145 .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.24 .0 // indirect
14
+ golang.org/x/text v0.25 .0 // indirect
15
15
)
Original file line number Diff line number Diff line change 1
- github.com/88labs/go-utils/aws v0.144 .0 h1:x2TEoS5Y7SuyBUhRkG7GLeZE9urVIOzJnAbWFTCqobg =
2
- github.com/88labs/go-utils/aws v0.144 .0 /go.mod h1:HYiAP7tZWVvAWyicSHa5KGb2odvbju7RZIRiGZwG5x0 =
1
+ github.com/88labs/go-utils/aws v0.145 .0 h1:vmse1q0HClkehtzxNG6ptX0o4qjBP+ZCBap2PYRuh7g =
2
+ github.com/88labs/go-utils/aws v0.145 .0 /go.mod h1:DZaiFr5R826zBjShxVAQ+DcTNgo2vxtWC/1LmH5JdKc =
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.24 .0 h1:dd5Bzh4yt5KYA8f9CJHCP4FB4D51c2c6JvN37xJJkJ0 =
10
- golang.org/x/text v0.24 .0 /go.mod h1:L8rBsPeo2pSS+xqN0d5u2ikmjtmoJbDBT1b7nHvFCdU =
9
+ golang.org/x/text v0.25 .0 h1:qVyWApTSYLk/drJRO5mDlNYskwQznZmkpV2c8q9zls4 =
10
+ golang.org/x/text v0.25 .0 /go.mod h1:WEdwpYrmk1qmdHvhkSTNPm3app7v4rsT8F2UD6+VHIA =
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