Skip to content

Commit f5fef6c

Browse files
fix(deps): update module github.com/spf13/viper to v1.21.0
1 parent 97966ed commit f5fef6c

File tree

2 files changed

+88
-2
lines changed

2 files changed

+88
-2
lines changed

go.mod

Lines changed: 42 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,48 @@
11
module github.com/Whirlsplash/munch
22

3-
go 1.16
3+
go 1.23.0
44

55
require (
66
github.com/bwmarrin/discordgo v0.23.3-0.20210627161652-421e14965030
7-
github.com/spf13/viper v1.8.1
7+
github.com/spf13/viper v1.21.0
8+
)
9+
10+
require (
11+
github.com/creack/pty v1.1.9 // indirect
12+
github.com/davecgh/go-spew v1.1.1 // indirect
13+
github.com/frankban/quicktest v1.14.6 // indirect
14+
github.com/fsnotify/fsnotify v1.9.0 // indirect
15+
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
16+
github.com/google/go-cmp v0.6.0 // indirect
17+
github.com/gorilla/websocket v1.4.2 // indirect
18+
github.com/kr/pretty v0.3.1 // indirect
19+
github.com/kr/pty v1.1.1 // indirect
20+
github.com/kr/text v0.2.0 // indirect
21+
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
22+
github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e // indirect
23+
github.com/pmezard/go-difflib v1.0.0 // indirect
24+
github.com/rogpeppe/go-internal v1.9.0 // indirect
25+
github.com/sagikazarmark/locafero v0.11.0 // indirect
26+
github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect
27+
github.com/spf13/afero v1.15.0 // indirect
28+
github.com/spf13/cast v1.10.0 // indirect
29+
github.com/spf13/pflag v1.0.10 // indirect
30+
github.com/stretchr/objx v0.5.2 // indirect
31+
github.com/stretchr/testify v1.11.1 // indirect
32+
github.com/subosito/gotenv v1.6.0 // indirect
33+
github.com/yuin/goldmark v1.4.13 // indirect
34+
go.yaml.in/yaml/v3 v3.0.4 // indirect
35+
golang.org/x/crypto v0.40.0 // indirect
36+
golang.org/x/mod v0.26.0 // indirect
37+
golang.org/x/net v0.42.0 // indirect
38+
golang.org/x/sync v0.16.0 // indirect
39+
golang.org/x/sys v0.34.0 // indirect
40+
golang.org/x/telemetry v0.0.0-20250710130107-8d8967aff50b // indirect
41+
golang.org/x/term v0.33.0 // indirect
42+
golang.org/x/text v0.28.0 // indirect
43+
golang.org/x/tools v0.35.0 // indirect
44+
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7 // indirect
45+
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
46+
gopkg.in/errgo.v2 v2.1.0 // indirect
47+
gopkg.in/yaml.v3 v3.0.1 // indirect
848
)

0 commit comments

Comments
 (0)