Skip to content

Commit

Permalink
Refactor: bump version of k8s and others dependencies (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
int128 authored Jan 23, 2020
1 parent 27020d0 commit b0b70d2
Show file tree
Hide file tree
Showing 2 changed files with 104 additions and 40 deletions.
15 changes: 7 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,17 @@ go 1.12

require (
github.com/cenkalti/backoff v2.2.1+incompatible
github.com/go-test/deep v1.0.4
github.com/golang/mock v1.4.0
github.com/google/wire v0.4.0
github.com/int128/listener v1.0.0
github.com/pkg/browser v0.0.0-20180916011732-0a3d74bf9ce4
github.com/spf13/cobra v0.0.5
github.com/spf13/pflag v1.0.5
golang.org/x/sync v0.0.0-20190423024810-112230192c58
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7
k8s.io/api v0.0.0-20190731142925-739c7f7721ed
k8s.io/apimachinery v0.0.0-20190731142807-035e418f1ad9
k8s.io/cli-runtime v0.0.0-20190731144734-e0b53a64da0b
k8s.io/client-go v0.0.0-20190731143132-de47f833b8db
k8s.io/klog v0.4.0
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
k8s.io/api v0.17.2
k8s.io/apimachinery v0.17.2
k8s.io/cli-runtime v0.17.2
k8s.io/client-go v0.17.2
k8s.io/klog v1.0.0
)
Loading

0 comments on commit b0b70d2

Please sign in to comment.