Skip to content

Commit 6abd69b

Browse files
Updated go.mod
1 parent 6122d9d commit 6abd69b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

go.mod

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
module github.com/hexdigest/envconfig
1+
module github.com/validationcloud/envconfig
22

3-
go 1.16
3+
go 1.21
44

55
require (
66
github.com/stretchr/testify v1.7.0
77
go.uber.org/multierr v1.11.0
88
)
9+
10+
require (
11+
github.com/davecgh/go-spew v1.1.1 // indirect
12+
github.com/pmezard/go-difflib v1.0.0 // indirect
13+
gopkg.in/yaml.v3 v3.0.1 // indirect
14+
)

0 commit comments

Comments
 (0)