Skip to content

Commit 30b62ae

Browse files
authored
Merge pull request #1161 from ko-build/dependabot/go_modules/github.com/spf13/viper-1.17.0
2 parents c543dd8 + 449bcb6 commit 30b62ae

File tree

247 files changed

+15365
-2557
lines changed

Some content is hidden

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

247 files changed

+15365
-2557
lines changed

go.mod

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/opencontainers/image-spec v1.1.0-rc5
1414
github.com/sigstore/cosign/v2 v2.1.1
1515
github.com/spf13/cobra v1.7.0
16-
github.com/spf13/viper v1.16.0
16+
github.com/spf13/viper v1.17.0
1717
go.uber.org/automaxprocs v1.5.3
1818
golang.org/x/sync v0.4.0
1919
golang.org/x/tools v0.14.0
@@ -23,7 +23,7 @@ require (
2323
)
2424

2525
require (
26-
cloud.google.com/go/compute v1.19.3 // indirect
26+
cloud.google.com/go/compute v1.23.0 // indirect
2727
cloud.google.com/go/compute/metadata v0.2.3 // indirect
2828
github.com/Azure/azure-sdk-for-go v68.0.0+incompatible // indirect
2929
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
@@ -82,42 +82,46 @@ require (
8282
github.com/inconshreveable/mousetrap v1.1.0 // indirect
8383
github.com/jmespath/go-jmespath v0.4.0 // indirect
8484
github.com/josharian/intern v1.0.0 // indirect
85-
github.com/klauspost/compress v1.16.5 // indirect
85+
github.com/klauspost/compress v1.17.0 // indirect
8686
github.com/letsencrypt/boulder v0.0.0-20221109233200-85aa52084eaf // indirect
8787
github.com/magiconair/properties v1.8.7 // indirect
8888
github.com/mailru/easyjson v0.7.7 // indirect
89-
github.com/mattn/go-isatty v0.0.16 // indirect
89+
github.com/mattn/go-isatty v0.0.17 // indirect
9090
github.com/mitchellh/go-homedir v1.1.0 // indirect
9191
github.com/mitchellh/mapstructure v1.5.0 // indirect
9292
github.com/oklog/ulid v1.3.1 // indirect
9393
github.com/opencontainers/go-digest v1.0.0 // indirect
9494
github.com/pelletier/go-toml v1.9.5 // indirect
95-
github.com/pelletier/go-toml/v2 v2.0.8 // indirect
95+
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
9696
github.com/pkg/errors v0.9.1 // indirect
9797
github.com/russross/blackfriday/v2 v2.1.0 // indirect
98+
github.com/sagikazarmark/locafero v0.3.0 // indirect
99+
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
98100
github.com/sigstore/rekor v1.2.2-0.20230530122220-67cc9e58bd23 // indirect
99101
github.com/sigstore/sigstore v1.7.1 // indirect
100102
github.com/sirupsen/logrus v1.9.3 // indirect
101-
github.com/spf13/afero v1.9.5 // indirect
103+
github.com/sourcegraph/conc v0.3.0 // indirect
104+
github.com/spf13/afero v1.10.0 // indirect
102105
github.com/spf13/cast v1.5.1 // indirect
103-
github.com/spf13/jwalterweatherman v1.1.0 // indirect
104106
github.com/spf13/pflag v1.0.5 // indirect
105-
github.com/subosito/gotenv v1.4.2 // indirect
107+
github.com/subosito/gotenv v1.6.0 // indirect
106108
github.com/theupdateframework/go-tuf v0.5.2 // indirect
107109
github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399 // indirect
108110
github.com/vbatts/tar-split v0.11.3 // indirect
109111
go.mongodb.org/mongo-driver v1.11.3 // indirect
112+
go.uber.org/multierr v1.11.0 // indirect
110113
golang.org/x/crypto v0.14.0 // indirect
114+
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
111115
golang.org/x/mod v0.13.0 // indirect
112116
golang.org/x/net v0.16.0 // indirect
113-
golang.org/x/oauth2 v0.9.0 // indirect
117+
golang.org/x/oauth2 v0.12.0 // indirect
114118
golang.org/x/sys v0.13.0 // indirect
115119
golang.org/x/term v0.13.0 // indirect
116120
golang.org/x/text v0.13.0 // indirect
117121
google.golang.org/appengine v1.6.7 // indirect
118-
google.golang.org/genproto/googleapis/rpc v0.0.0-20230530153820-e85fd2cbaebc // indirect
119-
google.golang.org/grpc v1.56.0 // indirect
120-
google.golang.org/protobuf v1.30.0 // indirect
122+
google.golang.org/genproto/googleapis/rpc v0.0.0-20230920204549-e6e6cdab5c13 // indirect
123+
google.golang.org/grpc v1.58.2 // indirect
124+
google.golang.org/protobuf v1.31.0 // indirect
121125
gopkg.in/ini.v1 v1.67.0 // indirect
122126
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
123127
gopkg.in/yaml.v2 v2.4.0 // 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)