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

Commit c5edf01

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 7e7b773 commit c5edf01

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)