Skip to content

Commit 89e9988

Browse files
build(deps): bump github.com/spf13/viper from 1.18.1 to 1.18.2
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.18.1 to 1.18.2. - [Release notes](https://github.com/spf13/viper/releases) - [Commits](spf13/viper@v1.18.1...v1.18.2) --- updated-dependencies: - dependency-name: github.com/spf13/viper dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent acc2ca4 commit 89e9988

File tree

6 files changed

+38
-14
lines changed

6 files changed

+38
-14
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/okzk/sdnotify v0.0.0-20180710141335-d9becc38acbd
88
github.com/pkg/errors v0.9.1
99
github.com/sirupsen/logrus v1.9.3
10-
github.com/spf13/viper v1.18.1
10+
github.com/spf13/viper v1.18.2
1111
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635
1212
github.com/urfave/cli/v2 v2.26.0
1313
github.com/vishvananda/netlink v1.1.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ github.com/spf13/cast v1.6.0 h1:GEiTHELF+vaR5dhz3VqZfFSzZjYbgeKDpBxQVS4GYJ0=
4242
github.com/spf13/cast v1.6.0/go.mod h1:ancEpBxwJDODSW/UG4rDrAqiKolqNNh2DX3mk86cAdo=
4343
github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=
4444
github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
45-
github.com/spf13/viper v1.18.1 h1:rmuU42rScKWlhhJDyXZRKJQHXFX02chSVW1IvkPGiVM=
46-
github.com/spf13/viper v1.18.1/go.mod h1:EKmWIqdnk5lOcmR72yw6hS+8OPYcwD0jteitLMVB+yk=
45+
github.com/spf13/viper v1.18.2 h1:LUXCnvUvSM6FXAsj6nnfc8Q2tp1dIgUfY9Kc8GsSOiQ=
46+
github.com/spf13/viper v1.18.2/go.mod h1:EKmWIqdnk5lOcmR72yw6hS+8OPYcwD0jteitLMVB+yk=
4747
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
4848
github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=
4949
github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo=

vendor/github.com/spf13/viper/internal/features/bind_struct.go

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/spf13/viper/internal/features/bind_struct_default.go

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/spf13/viper/viper.go

Lines changed: 23 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ github.com/spf13/cast
6767
# github.com/spf13/pflag v1.0.5
6868
## explicit; go 1.12
6969
github.com/spf13/pflag
70-
# github.com/spf13/viper v1.18.1
70+
# github.com/spf13/viper v1.18.2
7171
## explicit; go 1.18
7272
github.com/spf13/viper
7373
github.com/spf13/viper/internal/encoding
@@ -78,6 +78,7 @@ github.com/spf13/viper/internal/encoding/javaproperties
7878
github.com/spf13/viper/internal/encoding/json
7979
github.com/spf13/viper/internal/encoding/toml
8080
github.com/spf13/viper/internal/encoding/yaml
81+
github.com/spf13/viper/internal/features
8182
# github.com/subosito/gotenv v1.6.0
8283
## explicit; go 1.18
8384
github.com/subosito/gotenv

0 commit comments

Comments
 (0)