Skip to content

Commit 026e25f

Browse files
build(deps): bump github.com/spf13/viper from 1.12.0 to 1.15.0
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.12.0 to 1.15.0. - [Release notes](https://github.com/spf13/viper/releases) - [Commits](spf13/viper@v1.12.0...v1.15.0) --- 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 b13ef0e commit 026e25f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+957
-6683
lines changed

go.mod

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ require (
7575
github.com/spf13/cast v1.5.0
7676
github.com/spf13/cobra v1.6.1
7777
github.com/spf13/pflag v1.0.5
78-
github.com/spf13/viper v1.14.0
78+
github.com/spf13/viper v1.15.0
7979
github.com/stretchr/testify v1.8.1
8080
github.com/tidwall/gjson v1.14.4
8181
github.com/tidwall/sjson v1.2.5
@@ -100,7 +100,7 @@ require (
100100
golang.org/x/tools v0.4.0
101101
golang.zx2c4.com/wireguard v0.0.0-20211017052713-f87e87af0d9a
102102
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20211027115401-c9b1ec1aa6d8
103-
google.golang.org/genproto v0.0.0-20221118155620-16455021b5e6
103+
google.golang.org/genproto v0.0.0-20221227171554-f9683d7f8bef
104104
google.golang.org/grpc v1.52.3
105105
google.golang.org/protobuf v1.28.1
106106
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
@@ -188,7 +188,7 @@ require (
188188
github.com/k-sone/critbitgo v1.4.0 // indirect
189189
github.com/kr/text v0.2.0 // indirect
190190
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
191-
github.com/magiconair/properties v1.8.6 // indirect
191+
github.com/magiconair/properties v1.8.7 // indirect
192192
github.com/mailru/easyjson v0.7.7 // indirect
193193
github.com/mattn/go-colorable v0.1.12 // indirect
194194
github.com/mattn/go-isatty v0.0.14 // indirect
@@ -211,16 +211,15 @@ require (
211211
github.com/opencontainers/go-digest v1.0.0 // indirect
212212
github.com/opencontainers/image-spec v1.0.2 // indirect
213213
github.com/opentracing/opentracing-go v1.2.1-0.20220228012449-10b1cf09e00b // indirect
214-
github.com/pelletier/go-toml v1.9.5 // indirect
215-
github.com/pelletier/go-toml/v2 v2.0.5 // indirect
214+
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
216215
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
217216
github.com/pkg/errors v0.9.1 // indirect
218217
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
219218
github.com/prometheus/common v0.37.0 // indirect
220219
github.com/rogpeppe/go-internal v1.9.0 // indirect
221-
github.com/spf13/afero v1.9.2 // indirect
220+
github.com/spf13/afero v1.9.3 // indirect
222221
github.com/spf13/jwalterweatherman v1.1.0 // indirect
223-
github.com/subosito/gotenv v1.4.1 // indirect
222+
github.com/subosito/gotenv v1.4.2 // indirect
224223
github.com/tidwall/match v1.1.1 // indirect
225224
github.com/tidwall/pretty v1.2.0 // indirect
226225
github.com/tklauser/go-sysconf v0.3.11 // indirect

go.sum

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

vendor/github.com/magiconair/properties/.travis.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

vendor/github.com/magiconair/properties/CHANGELOG.md

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

vendor/github.com/magiconair/properties/decode.go

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

0 commit comments

Comments
 (0)