Skip to content

Commit

Permalink
Merge pull request #16 from rawlingsj/master
Browse files Browse the repository at this point in the history
feat: upgrade k8s modules to 0.19.2 and go 1.15
  • Loading branch information
jenkins-x-bot authored Sep 30, 2020
2 parents 67bc5e5 + 1e32fb9 commit d9300d2
Show file tree
Hide file tree
Showing 3 changed files with 282 additions and 63 deletions.
7 changes: 3 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
module github.com/jenkins-x/jx-kube-client
module github.com/jenkins-x/jx-kube-client/v3

require (
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.2.2
k8s.io/client-go v0.15.11
k8s.io/client-go v0.19.2
)

go 1.13
go 1.15
Loading

0 comments on commit d9300d2

Please sign in to comment.