Skip to content

Commit

Permalink
fix: upgrade client-go and add a test harness
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrachan committed Jan 19, 2021
1 parent 8ce90dd commit 81ac06d
Show file tree
Hide file tree
Showing 3 changed files with 203 additions and 46 deletions.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ module github.com/jenkins-x/jx-kube-client/v3

require (
github.com/pkg/errors v0.9.1
k8s.io/client-go v0.19.2
k8s.io/apimachinery v0.20.2
k8s.io/client-go v0.20.2
)

go 1.15
Loading

0 comments on commit 81ac06d

Please sign in to comment.