Skip to content

Commit

Permalink
Updating dependencies, bumping version to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robscott committed Dec 30, 2020
1 parent 957ca86 commit c19e016
Show file tree
Hide file tree
Showing 4 changed files with 231 additions and 93 deletions.
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ module github.com/robscott/kube-capacity
go 1.13

require (
github.com/spf13/cobra v0.0.6
github.com/spf13/cobra v1.0.0
github.com/stretchr/testify v1.5.1
k8s.io/api v0.17.3
k8s.io/apimachinery v0.17.3
k8s.io/client-go v0.17.3
k8s.io/kubectl v0.17.3
k8s.io/metrics v0.17.3
k8s.io/api v0.19.6
k8s.io/apimachinery v0.19.6
k8s.io/client-go v0.19.6
k8s.io/kubectl v0.19.6
k8s.io/metrics v0.19.6
sigs.k8s.io/yaml v1.2.0
)
Loading

0 comments on commit c19e016

Please sign in to comment.