File tree Expand file tree Collapse file tree 2 files changed +203
-38
lines changed Expand file tree Collapse file tree 2 files changed +203
-38
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,14 @@ module github.com/tomarrell/wrapcheck/v2
3
3
go 1.16
4
4
5
5
require (
6
+ github.com/fsnotify/fsnotify v1.5.4 // indirect
6
7
github.com/gobwas/glob v0.2.3
7
- 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
8
+ github.com/mitchellh/mapstructure v1.5.0 // indirect
9
+ github.com/pelletier/go-toml v1.9.5 // indirect
10
+ github.com/pelletier/go-toml/v2 v2.0.0 // indirect
11
+ 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
12
15
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
13
16
)
You can’t perform that action at this time.
0 commit comments