Skip to content

Commit 1d7536c

Browse files
chore(deps): Bump github.com/spf13/viper from 1.16.0 to 1.17.0 (#670)
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.16.0 to 1.17.0. - [Release notes](https://github.com/spf13/viper/releases) - [Commits](spf13/viper@v1.16.0...v1.17.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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c7092df commit 1d7536c

File tree

174 files changed

+10294
-1865
lines changed

Some content is hidden

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

174 files changed

+10294
-1865
lines changed

go.mod

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
github.com/google/go-containerregistry v0.16.1
1515
github.com/spf13/cobra v1.8.0
1616
github.com/spf13/pflag v1.0.5
17-
github.com/spf13/viper v1.16.0
17+
github.com/spf13/viper v1.17.0
1818
github.com/stern/stern v1.24.0
1919
github.com/stretchr/testify v1.8.4
2020
github.com/vito/go-interact v1.0.1
@@ -36,7 +36,7 @@ require (
3636
)
3737

3838
require (
39-
cloud.google.com/go/compute v1.19.3 // indirect
39+
cloud.google.com/go/compute v1.23.0 // indirect
4040
cloud.google.com/go/compute/metadata v0.2.3 // indirect
4141
github.com/AlecAivazis/survey/v2 v2.3.6 // indirect
4242
github.com/Azure/azure-sdk-for-go v66.0.0+incompatible // indirect
@@ -69,7 +69,7 @@ require (
6969
github.com/cppforlife/color v1.9.1-0.20200716202919-6706ac40b835 // indirect
7070
github.com/cppforlife/go-cli-ui v0.0.0-20220425131040-94f26b16bc14 // indirect
7171
github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
72-
github.com/davecgh/go-spew v1.1.1 // indirect
72+
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
7373
github.com/dimchansky/utfbom v1.1.1 // indirect
7474
github.com/docker/cli v24.0.0+incompatible // indirect
7575
github.com/docker/distribution v2.8.2+incompatible // indirect
@@ -100,7 +100,7 @@ require (
100100
github.com/josharian/intern v1.0.0 // indirect
101101
github.com/json-iterator/go v1.1.12 // indirect
102102
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
103-
github.com/klauspost/compress v1.16.5 // indirect
103+
github.com/klauspost/compress v1.17.0 // indirect
104104
github.com/logrusorgru/aurora v2.0.3+incompatible // indirect
105105
github.com/magiconair/properties v1.8.7 // indirect
106106
github.com/mailru/easyjson v0.7.7 // indirect
@@ -118,32 +118,35 @@ require (
118118
github.com/olekukonko/tablewriter v0.0.5 // indirect
119119
github.com/opencontainers/go-digest v1.0.0 // indirect
120120
github.com/opencontainers/image-spec v1.1.0-rc3 // indirect
121-
github.com/pelletier/go-toml/v2 v2.0.8 // indirect
121+
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
122122
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
123123
github.com/pkg/errors v0.9.1 // indirect
124-
github.com/pmezard/go-difflib v1.0.0 // indirect
124+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
125125
github.com/prometheus/client_golang v1.14.0 // indirect
126126
github.com/prometheus/client_model v0.3.0 // indirect
127127
github.com/prometheus/common v0.41.0 // indirect
128128
github.com/prometheus/procfs v0.9.0 // indirect
129129
github.com/rivo/uniseg v0.2.0 // indirect
130130
github.com/russross/blackfriday/v2 v2.1.0 // indirect
131+
github.com/sagikazarmark/locafero v0.3.0 // indirect
132+
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
131133
github.com/sergi/go-diff v1.2.0 // indirect
132134
github.com/sirupsen/logrus v1.9.1 // indirect
133-
github.com/spf13/afero v1.9.5 // indirect
135+
github.com/sourcegraph/conc v0.3.0 // indirect
136+
github.com/spf13/afero v1.10.0 // indirect
134137
github.com/spf13/cast v1.5.1 // indirect
135-
github.com/spf13/jwalterweatherman v1.1.0 // indirect
136138
github.com/stretchr/objx v0.5.0 // indirect
137-
github.com/subosito/gotenv v1.4.2 // indirect
139+
github.com/subosito/gotenv v1.6.0 // indirect
138140
github.com/vbatts/tar-split v0.11.3 // indirect
139141
github.com/xlab/treeprint v1.1.0 // indirect
140142
go.starlark.net v0.0.0-20230112144946-fae38c8a6d89 // indirect
141143
go.uber.org/atomic v1.9.0 // indirect
142-
go.uber.org/multierr v1.8.0 // indirect
143-
golang.org/x/mod v0.10.0 // indirect
144+
go.uber.org/multierr v1.9.0 // indirect
145+
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
146+
golang.org/x/mod v0.12.0 // indirect
144147
golang.org/x/net v0.17.0 // indirect
145-
golang.org/x/oauth2 v0.8.0 // indirect
146-
golang.org/x/sync v0.2.0 // indirect
148+
golang.org/x/oauth2 v0.12.0 // indirect
149+
golang.org/x/sync v0.3.0 // indirect
147150
golang.org/x/sys v0.13.0 // indirect
148151
golang.org/x/term v0.13.0 // indirect
149152
golang.org/x/text v0.13.0 // indirect
@@ -152,7 +155,7 @@ require (
152155
gomodules.xyz/jsonpatch/v3 v3.0.1 // indirect
153156
gomodules.xyz/orderedmap v0.1.0 // indirect
154157
google.golang.org/appengine v1.6.7 // indirect
155-
google.golang.org/protobuf v1.30.0 // indirect
158+
google.golang.org/protobuf v1.31.0 // indirect
156159
gopkg.in/inf.v0 v0.9.1 // indirect
157160
gopkg.in/ini.v1 v1.67.0 // indirect
158161
gopkg.in/yaml.v3 v3.0.1 // indirect

go.sum

Lines changed: 35 additions & 27 deletions
Large diffs are not rendered by default.

vendor/cloud.google.com/go/compute/internal/version.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/klauspost/compress/.goreleaser.yml

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

vendor/github.com/klauspost/compress/README.md

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

vendor/github.com/klauspost/compress/SECURITY.md

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

vendor/github.com/klauspost/compress/fse/bitwriter.go

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

vendor/github.com/klauspost/compress/fse/compress.go

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

vendor/github.com/klauspost/compress/huff0/bitwriter.go

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

vendor/github.com/klauspost/compress/huff0/compress.go

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

0 commit comments

Comments
 (0)