Skip to content
This repository has been archived by the owner on Sep 8, 2022. It is now read-only.

Commit

Permalink
build(deps): github.com/spf13/cobra 1.3.0 -> 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zbindenren committed May 31, 2022
1 parent e86994d commit b73e781
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 104 deletions.
6 changes: 5 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@ module github.com/postfinance/kubectl-ns
go 1.13

require (
cloud.google.com/go v0.99.0 // indirect
github.com/fatih/color v1.13.0
github.com/spf13/cobra v1.3.0
github.com/fsnotify/fsnotify v1.5.1 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/spf13/cobra v1.4.0
github.com/spf13/pflag v1.0.5
golang.org/x/sys v0.0.0-20211205182925-97ca703d548d // indirect
k8s.io/api v0.23.3
k8s.io/apimachinery v0.23.3
k8s.io/cli-runtime v0.23.3
Expand Down
Loading

0 comments on commit b73e781

Please sign in to comment.