We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1021a8 commit e3f92f0Copy full SHA for e3f92f0
_examples/configuration/multi-environments/go.mod
@@ -48,9 +48,9 @@ require (
48
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
49
github.com/yosssi/ace v0.0.5 // indirect
50
golang.org/x/crypto v0.4.0 // indirect
51
- golang.org/x/net v0.4.0 // indirect
52
- golang.org/x/sys v0.3.0 // indirect
53
- golang.org/x/text v0.5.0 // indirect
+ golang.org/x/net v0.7.0 // indirect
+ golang.org/x/sys v0.5.0 // indirect
+ golang.org/x/text v0.7.0 // indirect
54
golang.org/x/time v0.3.0 // indirect
55
google.golang.org/protobuf v1.28.1 // indirect
56
gopkg.in/ini.v1 v1.67.0 // indirect
_examples/configuration/multi-environments/go.sum
0 commit comments