Skip to content
This repository was archived by the owner on Dec 3, 2024. It is now read-only.

Commit 5e4c0f6

Browse files
Bump the github-dependencies group with 2 updates
Bumps the github-dependencies group with 2 updates: [github.com/spf13/cobra](https://github.com/spf13/cobra) and [github.com/spf13/viper](https://github.com/spf13/viper). Updates `github.com/spf13/cobra` from 1.4.0 to 1.7.0 - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](spf13/cobra@v1.4.0...v1.7.0) Updates `github.com/spf13/viper` from 1.12.0 to 1.16.0 - [Release notes](https://github.com/spf13/viper/releases) - [Commits](spf13/viper@v1.12.0...v1.16.0) --- updated-dependencies: - dependency-name: github.com/spf13/cobra dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-dependencies - dependency-name: github.com/spf13/viper dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 41654d5 commit 5e4c0f6

File tree

2 files changed

+74
-69
lines changed

2 files changed

+74
-69
lines changed

go.mod

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ module sigs.k8s.io/container-object-storage-interface-controller
33
go 1.18
44

55
require (
6-
github.com/spf13/cobra v1.4.0
7-
github.com/spf13/viper v1.12.0
6+
github.com/spf13/cobra v1.7.0
7+
github.com/spf13/viper v1.16.0
88
k8s.io/api v0.24.2
99
k8s.io/apimachinery v0.24.2
1010
k8s.io/client-go v0.24.2
@@ -17,50 +17,49 @@ require (
1717
github.com/davecgh/go-spew v1.1.1 // indirect
1818
github.com/emicklei/go-restful/v3 v3.8.0 // indirect
1919
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
20-
github.com/fsnotify/fsnotify v1.5.4 // indirect
20+
github.com/fsnotify/fsnotify v1.6.0 // indirect
2121
github.com/go-logr/logr v1.2.0 // indirect
2222
github.com/go-openapi/jsonpointer v0.19.5 // indirect
2323
github.com/go-openapi/jsonreference v0.20.0 // indirect
2424
github.com/go-openapi/swag v0.19.15 // indirect
2525
github.com/gogo/protobuf v1.3.2 // indirect
2626
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
27-
github.com/golang/protobuf v1.5.2 // indirect
27+
github.com/golang/protobuf v1.5.3 // indirect
2828
github.com/google/gnostic v0.5.7-v3refs // indirect
29-
github.com/google/go-cmp v0.5.8 // indirect
29+
github.com/google/go-cmp v0.5.9 // indirect
3030
github.com/google/gofuzz v1.1.0 // indirect
3131
github.com/hashicorp/hcl v1.0.0 // indirect
3232
github.com/imdario/mergo v0.3.12 // indirect
33-
github.com/inconshreveable/mousetrap v1.0.0 // indirect
33+
github.com/inconshreveable/mousetrap v1.1.0 // indirect
3434
github.com/josharian/intern v1.0.0 // indirect
3535
github.com/json-iterator/go v1.1.12 // indirect
36-
github.com/magiconair/properties v1.8.6 // indirect
36+
github.com/magiconair/properties v1.8.7 // indirect
3737
github.com/mailru/easyjson v0.7.6 // indirect
3838
github.com/mitchellh/mapstructure v1.5.0 // indirect
3939
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
4040
github.com/modern-go/reflect2 v1.0.2 // indirect
4141
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
42-
github.com/pelletier/go-toml v1.9.5 // indirect
43-
github.com/pelletier/go-toml/v2 v2.0.1 // indirect
42+
github.com/pelletier/go-toml/v2 v2.0.8 // indirect
4443
github.com/pkg/errors v0.9.1 // indirect
4544
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
46-
github.com/spf13/afero v1.8.2 // indirect
47-
github.com/spf13/cast v1.5.0 // indirect
45+
github.com/spf13/afero v1.9.5 // indirect
46+
github.com/spf13/cast v1.5.1 // indirect
4847
github.com/spf13/jwalterweatherman v1.1.0 // indirect
4948
github.com/spf13/pflag v1.0.5 // indirect
50-
github.com/subosito/gotenv v1.3.0 // indirect
51-
golang.org/x/net v0.0.0-20220520000938-2e3eb7b945c2 // indirect
52-
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 // indirect
53-
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
54-
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
55-
golang.org/x/text v0.3.7 // indirect
56-
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
49+
github.com/subosito/gotenv v1.4.2 // indirect
50+
golang.org/x/net v0.10.0 // indirect
51+
golang.org/x/oauth2 v0.7.0 // indirect
52+
golang.org/x/sys v0.8.0 // indirect
53+
golang.org/x/term v0.8.0 // indirect
54+
golang.org/x/text v0.9.0 // indirect
55+
golang.org/x/time v0.1.0 // indirect
5756
google.golang.org/appengine v1.6.7 // indirect
58-
google.golang.org/protobuf v1.28.0 // indirect
57+
google.golang.org/protobuf v1.30.0 // indirect
5958
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
6059
gopkg.in/inf.v0 v0.9.1 // indirect
61-
gopkg.in/ini.v1 v1.66.4 // indirect
60+
gopkg.in/ini.v1 v1.67.0 // indirect
6261
gopkg.in/yaml.v2 v2.4.0 // indirect
63-
gopkg.in/yaml.v3 v3.0.0 // indirect
62+
gopkg.in/yaml.v3 v3.0.1 // indirect
6463
k8s.io/kube-openapi v0.0.0-20220627174259-011e075b9cb8 // indirect
6564
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9 // indirect
6665
sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 // indirect

0 commit comments

Comments
 (0)