Skip to content

Commit 94be03f

Browse files
Update module github.com/spf13/viper to v1.20.1
1 parent 2aa0695 commit 94be03f

2 files changed

Lines changed: 102 additions & 57 deletions

File tree

go.mod

Lines changed: 45 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,56 @@
11
module github.com/vshn/waf-tool
22

3-
go 1.13
3+
go 1.21.1
4+
5+
toolchain go1.24.3
46

57
require (
68
github.com/elastic/go-elasticsearch/v5 v5.6.1
79
github.com/go-git/go-billy/v5 v5.0.0
810
github.com/go-git/go-git/v5 v5.1.0
911
github.com/sirupsen/logrus v1.6.0
1012
github.com/spf13/cobra v1.0.0
11-
github.com/spf13/viper v1.6.3
12-
github.com/stretchr/testify v1.6.1
13+
github.com/spf13/viper v1.20.1
14+
github.com/stretchr/testify v1.10.0
1315
github.com/xanzy/go-gitlab v0.34.2
1416
)
17+
18+
require (
19+
github.com/davecgh/go-spew v1.1.1 // indirect
20+
github.com/emirpasic/gods v1.12.0 // indirect
21+
github.com/fsnotify/fsnotify v1.8.0 // indirect
22+
github.com/go-git/gcfg v1.5.0 // indirect
23+
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
24+
github.com/google/go-querystring v1.0.0 // indirect
25+
github.com/hashicorp/go-cleanhttp v0.5.1 // indirect
26+
github.com/hashicorp/go-retryablehttp v0.6.4 // indirect
27+
github.com/imdario/mergo v0.3.9 // indirect
28+
github.com/inconshreveable/mousetrap v1.0.0 // indirect
29+
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
30+
github.com/kevinburke/ssh_config v0.0.0-20190725054713-01f96b0aa0cd // indirect
31+
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
32+
github.com/mitchellh/go-homedir v1.1.0 // indirect
33+
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
34+
github.com/pkg/errors v0.9.1 // indirect
35+
github.com/pmezard/go-difflib v1.0.0 // indirect
36+
github.com/rogpeppe/go-internal v1.12.0 // indirect
37+
github.com/sagikazarmark/locafero v0.7.0 // indirect
38+
github.com/sergi/go-diff v1.1.0 // indirect
39+
github.com/sourcegraph/conc v0.3.0 // indirect
40+
github.com/spf13/afero v1.12.0 // indirect
41+
github.com/spf13/cast v1.7.1 // indirect
42+
github.com/spf13/pflag v1.0.6 // indirect
43+
github.com/subosito/gotenv v1.6.0 // indirect
44+
github.com/xanzy/ssh-agent v0.2.1 // indirect
45+
go.uber.org/atomic v1.9.0 // indirect
46+
go.uber.org/multierr v1.9.0 // indirect
47+
golang.org/x/crypto v0.32.0 // indirect
48+
golang.org/x/net v0.33.0 // indirect
49+
golang.org/x/oauth2 v0.25.0 // indirect
50+
golang.org/x/sys v0.29.0 // indirect
51+
golang.org/x/text v0.21.0 // indirect
52+
golang.org/x/time v0.8.0 // indirect
53+
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
54+
gopkg.in/warnings.v0 v0.1.2 // indirect
55+
gopkg.in/yaml.v3 v3.0.1 // indirect
56+
)

0 commit comments

Comments
 (0)