We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6122d9d commit 6abd69bCopy full SHA for 6abd69b
go.mod
@@ -1,8 +1,14 @@
1
-module github.com/hexdigest/envconfig
+module github.com/validationcloud/envconfig
2
3
-go 1.16
+go 1.21
4
5
require (
6
github.com/stretchr/testify v1.7.0
7
go.uber.org/multierr v1.11.0
8
)
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