Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
howardjohn committed May 25, 2021
1 parent 3e76075 commit ec45f4f
Show file tree
Hide file tree
Showing 3 changed files with 538 additions and 170 deletions.
7 changes: 0 additions & 7 deletions Dockerfile

This file was deleted.

18 changes: 9 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
module github.com/howardjohn/kubectl-resources

go 1.12
go 1.16

require (
github.com/logrusorgru/aurora v0.0.0-20190428105938-cea283e61946
github.com/mattn/go-isatty v0.0.11
github.com/spf13/cobra v0.0.5
github.com/logrusorgru/aurora v2.0.3+incompatible
github.com/mattn/go-isatty v0.0.12
github.com/spf13/cobra v1.1.3
github.com/spf13/pflag v1.0.5
k8s.io/api v0.17.0
k8s.io/apimachinery v0.17.0
k8s.io/cli-runtime v0.17.0
k8s.io/client-go v0.17.0
k8s.io/metrics v0.17.0
k8s.io/api v0.21.1
k8s.io/apimachinery v0.21.1
k8s.io/cli-runtime v0.21.1
k8s.io/client-go v0.21.1
k8s.io/metrics v0.21.1
)

0 comments on commit ec45f4f

Please sign in to comment.