Skip to content

Commit

Permalink
Merge pull request #74 from ghouscht/master
Browse files Browse the repository at this point in the history
update k8s.io dependencies to v0.17.0 to avoid go get issues
  • Loading branch information
c-bata authored Feb 18, 2020
2 parents ebb7c45 + fa685b1 commit c654ccb
Show file tree
Hide file tree
Showing 2 changed files with 143 additions and 7 deletions.
10 changes: 3 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,15 @@ module github.com/c-bata/kube-prompt

require (
github.com/c-bata/go-prompt v0.0.0-20181209194345-6d81ea6f2610
github.com/gogo/protobuf v1.1.1 // indirect
github.com/googleapis/gnostic v0.2.0 // indirect
github.com/mattn/go-colorable v0.0.9 // indirect
github.com/mattn/go-isatty v0.0.3 // indirect
github.com/mattn/go-runewidth v0.0.3 // indirect
github.com/mattn/go-tty v0.0.0-20180219170247-931426f7535a // indirect
github.com/pkg/term v0.0.0-20180423043932-cda20d4ac917 // indirect
github.com/stretchr/testify v1.3.0 // indirect
golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
k8s.io/api v0.0.0-20190620084959-7cf5895f2711
k8s.io/apimachinery v0.0.0-20190612205821-1799e75a0719
k8s.io/client-go v12.0.0+incompatible
k8s.io/api v0.17.0
k8s.io/apimachinery v0.17.0
k8s.io/client-go v0.17.0
)

go 1.13
Loading

0 comments on commit c654ccb

Please sign in to comment.