Skip to content
This repository was archived by the owner on Mar 12, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ go 1.13

require (
github.com/gdamore/tcell v1.3.0
gopkg.in/inf.v0 v0.9.0
k8s.io/api v0.0.0-20190620084959-7cf5895f2711
k8s.io/apimachinery v0.0.0-20190612205821-1799e75a0719
k8s.io/client-go v0.0.0-20190620085101-78d2af792bab
gopkg.in/inf.v0 v0.9.1
k8s.io/apimachinery v0.20.0-alpha.2
k8s.io/client-go v0.20.0-alpha.2
)
Loading