Skip to content

Commit

Permalink
Use latest go-prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
c-bata committed Jan 14, 2021
1 parent 0653f8e commit 2512a7a
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 63 deletions.
9 changes: 2 additions & 7 deletions go.mod
@@ -1,16 +1,11 @@
module github.com/c-bata/kube-prompt

require (
github.com/c-bata/go-prompt v0.0.0-20181209194345-6d81ea6f2610
github.com/c-bata/go-prompt v0.2.5
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
k8s.io/api v0.17.0
k8s.io/apimachinery v0.17.0
k8s.io/client-go v0.17.0
)

go 1.13
go 1.15

0 comments on commit 2512a7a

Please sign in to comment.