Skip to content
Open
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
6 changes: 3 additions & 3 deletions envlookup/go.mod
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
module github.com/88labs/go-utils/envlookup

go 1.24.0
go 1.25.0

require (
github.com/88labs/go-utils/aws v0.193.0
github.com/88labs/go-utils/aws v0.194.1
github.com/go-faker/faker/v4 v4.7.0
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.34.0 // indirect
golang.org/x/text v0.35.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.193.0 h1:yEi0vZ1GLkr4wpIiZts1WPH11Kgxp3ty76TieYxmsOk=
github.com/88labs/go-utils/aws v0.193.0/go.mod h1:cY53bvwUNRhe1VEoQ+QyqwGZeRlg2hOuC3c/ZOWOXQQ=
github.com/88labs/go-utils/aws v0.194.1 h1:eP1iCTH7e/+pPOXdF7VIYCbo80US0PcDmK4XcVOoofE=
github.com/88labs/go-utils/aws v0.194.1/go.mod h1:nrN2fSvNaEECO74h3YhHuMZ17uKiE0uiwkOzImx/TuE=
github.com/go-faker/faker/v4 v4.7.0 h1:VboC02cXHl/NuQh5lM2W8b87yp4iFXIu59x4w0RZi4E=
github.com/go-faker/faker/v4 v4.7.0/go.mod h1:u1dIRP5neLB6kTzgyVjdBOV5R1uP7BdxkcWk7tiKQXk=
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.34.0 h1:oL/Qq0Kdaqxa1KbNeMKwQq0reLCCaFtqu2eNuSeNHbk=
golang.org/x/text v0.34.0/go.mod h1:homfLqTYRFyVYemLBFl5GgL/DWEiH5wcsQ5gSh1yziA=
golang.org/x/text v0.35.0 h1:JOVx6vVDFokkpaq1AEptVzLTpDe9KGpj5tR4/X+ybL8=
golang.org/x/text v0.35.0/go.mod h1:khi/HExzZJ2pGnjenulevKNX1W67CUy0AsXcNubPGCA=
gotest.tools v2.2.0+incompatible h1:VsBPFP1AI068pPrMxtb/S8Zkgf9xEmTLJjfM+P5UIEo=
gotest.tools v2.2.0+incompatible/go.mod h1:DsYFclhRJ6vuDpmuTbkuFWG+y2sxOXAzmJt81HFBacw=
Loading