Skip to content

Commit a092714

Browse files
committed
kube-tmux: initial implements
1 parent e5cd27e commit a092714

File tree

3 files changed

+489
-0
lines changed

3 files changed

+489
-0
lines changed

go.mod

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
module github.com/go-tmux/kube-tmux
22

33
go 1.16
4+
5+
require (
6+
k8s.io/api v0.21.0
7+
k8s.io/client-go v0.21.0
8+
)

0 commit comments

Comments
 (0)