Skip to content

Commit 612a2b4

Browse files
authoredDec 14, 2023
Bump github.com/spf13/viper from 1.16.0 to 1.18.1 (#102)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 726051a commit 612a2b4

File tree

2 files changed

+50
-466
lines changed

2 files changed

+50
-466
lines changed
 

Diff for: ‎go.mod

+16-12
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,30 @@ require (
66
github.com/mb0/glob v0.0.0-20160210091149-1eb79d2de6c4
77
github.com/spf13/cobra v1.7.0
88
github.com/spf13/pflag v1.0.5
9-
github.com/spf13/viper v1.16.0
9+
github.com/spf13/viper v1.18.1
1010
github.com/stretchr/testify v1.8.4
11-
golang.org/x/text v0.13.0
11+
golang.org/x/text v0.14.0
1212
gopkg.in/yaml.v3 v3.0.1
1313
)
1414

1515
require (
16-
github.com/davecgh/go-spew v1.1.1 // indirect
17-
github.com/fsnotify/fsnotify v1.6.0 // indirect
16+
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
17+
github.com/fsnotify/fsnotify v1.7.0 // indirect
1818
github.com/hashicorp/hcl v1.0.0 // indirect
1919
github.com/inconshreveable/mousetrap v1.1.0 // indirect
2020
github.com/magiconair/properties v1.8.7 // indirect
2121
github.com/mitchellh/mapstructure v1.5.0 // indirect
22-
github.com/pelletier/go-toml/v2 v2.0.8 // indirect
23-
github.com/pmezard/go-difflib v1.0.0 // indirect
24-
github.com/spf13/afero v1.9.5 // indirect
25-
github.com/spf13/cast v1.5.1 // indirect
26-
github.com/spf13/jwalterweatherman v1.1.0 // indirect
27-
github.com/subosito/gotenv v1.4.2 // indirect
28-
golang.org/x/sys v0.8.0 // indirect
29-
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
22+
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
23+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
24+
github.com/sagikazarmark/locafero v0.4.0 // indirect
25+
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
26+
github.com/sourcegraph/conc v0.3.0 // indirect
27+
github.com/spf13/afero v1.11.0 // indirect
28+
github.com/spf13/cast v1.6.0 // indirect
29+
github.com/subosito/gotenv v1.6.0 // indirect
30+
go.uber.org/atomic v1.9.0 // indirect
31+
go.uber.org/multierr v1.9.0 // indirect
32+
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
33+
golang.org/x/sys v0.15.0 // indirect
3034
gopkg.in/ini.v1 v1.67.0 // indirect
3135
)

0 commit comments

Comments
 (0)
Please sign in to comment.