Skip to content

Commit

Permalink
Update go.mod to use v0.18.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
damemi committed Mar 11, 2020
1 parent e573762 commit 60852be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ require (
github.com/spf13/pflag v1.0.5
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect
golang.org/x/tools v0.0.0-20200115044656-831fdb1e1868 // indirect
k8s.io/api v0.17.1
k8s.io/apimachinery v0.17.1
k8s.io/code-generator v0.17.1
k8s.io/api v0.18.0-beta.2
k8s.io/apimachinery v0.18.0-beta.2
k8s.io/code-generator v0.18.0-beta.2
k8s.io/klog v1.0.0
)

0 comments on commit 60852be

Please sign in to comment.