Skip to content

Commit

Permalink
Fixing #46, updating dependencies, bumping version to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robscott committed Aug 26, 2021
1 parent 9ef8010 commit b44abe9
Show file tree
Hide file tree
Showing 5 changed files with 379 additions and 139 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
working_directory: /go/src/github.com/robscott/kube-capacity

docker:
- image: circleci/golang:1.13
- image: circleci/golang:1.16

steps:
- checkout
Expand All @@ -18,7 +18,7 @@ jobs:
working_directory: /go/src/github.com/robscott/kube-capacity

docker:
- image: circleci/golang:1.13
- image: circleci/golang:1.16

steps:
- checkout
Expand All @@ -29,7 +29,7 @@ jobs:
working_directory: /go/src/github.com/robscott/kube-capacity

docker:
- image: circleci/golang:1.13
- image: circleci/golang:1.16
environment:
KREW_RELEASE_BOT_VERSION: v0.0.35
steps:
Expand Down
16 changes: 8 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
module github.com/robscott/kube-capacity

go 1.13
go 1.16

require (
github.com/spf13/cobra v1.0.0
github.com/stretchr/testify v1.5.1
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
github.com/spf13/cobra v1.1.3
github.com/stretchr/testify v1.7.0
k8s.io/api v0.22.1
k8s.io/apimachinery v0.22.1
k8s.io/client-go v0.22.1
k8s.io/kubectl v0.22.1
k8s.io/metrics v0.22.1
sigs.k8s.io/yaml v1.2.0
)
Loading

0 comments on commit b44abe9

Please sign in to comment.