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

Commit e7326fd

Browse files
chore: bump github.com/spf13/cobra from 1.3.0 to 1.6.1
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.3.0 to 1.6.1. - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](spf13/cobra@v1.3.0...v1.6.1) --- updated-dependencies: - dependency-name: github.com/spf13/cobra dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6491ee7 commit e7326fd

File tree

2 files changed

+19
-130
lines changed

2 files changed

+19
-130
lines changed

go.mod

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,21 @@ go 1.16
44

55
require (
66
cdr.dev/slog v1.4.1
7+
cloud.google.com/go v0.99.0 // indirect
78
github.com/Masterminds/semver/v3 v3.1.1
89
github.com/fatih/color v1.13.0
9-
github.com/spf13/cobra v1.3.0
10+
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
11+
github.com/json-iterator/go v1.1.12 // indirect
12+
github.com/mattn/go-colorable v0.1.12 // indirect
13+
github.com/spf13/cobra v1.6.1
14+
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
15+
golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d // indirect
16+
golang.org/x/sys v0.0.0-20211205182925-97ca703d548d // indirect
17+
golang.org/x/text v0.3.7 // indirect
1018
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
19+
google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa // indirect
20+
google.golang.org/grpc v1.42.0 // indirect
21+
gopkg.in/yaml.v2 v2.4.0 // indirect
1122
k8s.io/api v0.19.15
1223
k8s.io/apimachinery v0.19.15
1324
k8s.io/client-go v0.19.15

0 commit comments

Comments
 (0)