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 624a3b4 commit aa67455Copy full SHA for aa67455
go.mod
@@ -3,11 +3,14 @@ module github.com/tomarrell/wrapcheck/v2
3
go 1.16
4
5
require (
6
+ github.com/fsnotify/fsnotify v1.5.4 // indirect
7
github.com/gobwas/glob v0.2.3
- github.com/spf13/viper v1.9.0
8
- github.com/stretchr/testify v1.7.0
9
- golang.org/x/sys v0.0.0-20210927094055-39ccf1dd6fa6 // indirect
10
- golang.org/x/text v0.3.7 // indirect
11
- golang.org/x/tools v0.1.5
+ github.com/mitchellh/mapstructure v1.5.0 // indirect
+ github.com/pelletier/go-toml v1.9.5 // indirect
+ github.com/pelletier/go-toml/v2 v2.0.0 // indirect
+ github.com/spf13/viper v1.11.0
12
+ github.com/stretchr/testify v1.7.1
13
+ golang.org/x/sys v0.0.0-20220422013727-9388b58f7150 // indirect
14
+ golang.org/x/tools v0.1.10
15
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
16
)
0 commit comments