We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d409df3 commit 82c88b3Copy full SHA for 82c88b3
go.mod
@@ -4,8 +4,10 @@ go 1.16
4
5
require (
6
github.com/gobwas/glob v0.2.3
7
- github.com/spf13/viper v1.7.1
8
- github.com/stretchr/testify v1.6.1
9
- golang.org/x/tools v0.0.0-20200804011535-6c149bb5ef0d
10
- gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
+ github.com/spf13/viper v1.9.0
+ github.com/stretchr/testify v1.7.0
+ golang.org/x/sys v0.0.0-20210927094055-39ccf1dd6fa6 // indirect
+ golang.org/x/text v0.3.7 // indirect
11
+ golang.org/x/tools v0.1.5
12
+ gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
13
)
0 commit comments