Skip to content

Commit 73d7355

Browse files
Bump github.com/spf13/viper from 1.16.0 to 1.18.2
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.16.0 to 1.18.2. - [Release notes](https://github.com/spf13/viper/releases) - [Commits](spf13/viper@v1.16.0...v1.18.2) --- updated-dependencies: - dependency-name: github.com/spf13/viper dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0f600ff commit 73d7355

File tree

2 files changed

+56
-427
lines changed

2 files changed

+56
-427
lines changed

go.mod

+17-12
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ require (
1212
github.com/satori/go.uuid v1.2.0
1313
github.com/sirupsen/logrus v1.9.3
1414
github.com/spf13/cobra v1.7.0
15-
github.com/spf13/viper v1.16.0
15+
github.com/spf13/viper v1.18.2
1616
)
1717

1818
require (
1919
github.com/beorn7/perks v1.0.1 // indirect
2020
github.com/bytedance/sonic v1.9.1 // indirect
2121
github.com/cespare/xxhash/v2 v2.2.0 // indirect
2222
github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect
23-
github.com/fsnotify/fsnotify v1.6.0 // indirect
23+
github.com/fsnotify/fsnotify v1.7.0 // indirect
2424
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
2525
github.com/gin-contrib/sse v0.1.0 // indirect
2626
github.com/go-playground/locales v0.14.1 // indirect
@@ -41,23 +41,28 @@ require (
4141
github.com/modern-go/reflect2 v1.0.2 // indirect
4242
github.com/onsi/ginkgo v1.16.5 // indirect
4343
github.com/onsi/gomega v1.27.10 // indirect
44-
github.com/pelletier/go-toml/v2 v2.0.8 // indirect
44+
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
4545
github.com/prometheus/client_model v0.3.0 // indirect
4646
github.com/prometheus/common v0.42.0 // indirect
4747
github.com/prometheus/procfs v0.10.1 // indirect
48-
github.com/spf13/afero v1.9.5 // indirect
49-
github.com/spf13/cast v1.5.1 // indirect
50-
github.com/spf13/jwalterweatherman v1.1.0 // indirect
48+
github.com/sagikazarmark/locafero v0.4.0 // indirect
49+
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
50+
github.com/sourcegraph/conc v0.3.0 // indirect
51+
github.com/spf13/afero v1.11.0 // indirect
52+
github.com/spf13/cast v1.6.0 // indirect
5153
github.com/spf13/pflag v1.0.5 // indirect
52-
github.com/subosito/gotenv v1.4.2 // indirect
54+
github.com/subosito/gotenv v1.6.0 // indirect
5355
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
5456
github.com/ugorji/go/codec v1.2.11 // indirect
57+
go.uber.org/atomic v1.9.0 // indirect
58+
go.uber.org/multierr v1.9.0 // indirect
5559
golang.org/x/arch v0.3.0 // indirect
56-
golang.org/x/crypto v0.11.0 // indirect
57-
golang.org/x/net v0.12.0 // indirect
58-
golang.org/x/sys v0.10.0 // indirect
59-
golang.org/x/text v0.11.0 // indirect
60-
google.golang.org/protobuf v1.30.0 // indirect
60+
golang.org/x/crypto v0.16.0 // indirect
61+
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
62+
golang.org/x/net v0.19.0 // indirect
63+
golang.org/x/sys v0.15.0 // indirect
64+
golang.org/x/text v0.14.0 // indirect
65+
google.golang.org/protobuf v1.31.0 // indirect
6166
gopkg.in/ini.v1 v1.67.0 // indirect
6267
gopkg.in/yaml.v3 v3.0.1 // indirect
6368
)

0 commit comments

Comments
 (0)