Merge pull request #17 from TNK-Studio/dev
feat: add resource filter dialog.
Showing
+1148 -668
.github/workflows/changelog.yml
deleted
100644 → 0
.github/workflows/ci.yaml
0 → 100644
CHANGELOG.md
0 → 100644
... | ... | @@ -2,14 +2,17 @@ module github.com/TNK-Studio/lazykube |
go 1.14 | ||
replace github.com/jroimartin/gocui v0.4.0 => github.com/elfgzp/gocui v0.4.1-0.20201118030412-21fac610f2e0 | ||
require ( | ||
github.com/buger/goterm v0.0.0-20200322175922-2f3e71b85129 | ||
github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3 | ||
github.com/fastly/go-utils v0.0.0-20180712184237-d95a45783239 // indirect | ||
github.com/gojp/goreportcard v0.0.0-20201106142952-232d912e513e // indirect | ||
github.com/gookit/color v1.3.2 | ||
github.com/guptarohit/asciigraph v0.5.1 | ||
github.com/imdario/mergo v0.3.8 // indirect | ||
github.com/jehiah/go-strftime v0.0.0-20171201141054-1d33003b3869 // indirect | ||
github.com/jesseduffield/asciigraph v0.0.0-20190605104717-6d88e39309ee | ||
github.com/jesseduffield/lazydocker v0.9.1 // indirect | ||
github.com/jroimartin/gocui v0.4.0 | ||
github.com/lestrrat/go-envload v0.0.0-20180220120943-6ed08b54a570 // indirect | ||
github.com/lestrrat/go-strftime v0.0.0-20180220042222-ba3bf9c1d042 // indirect | ||
github.com/mattn/go-runewidth v0.0.9 // indirect | ||
github.com/nsf/termbox-go v0.0.0-20200418040025-38ba6e5628f1 // indirect | ||
... | ... | @@ -17,12 +20,11 @@ require ( |
github.com/sirupsen/logrus v1.7.0 | ||
github.com/spf13/cobra v1.0.0 | ||
github.com/spkg/bom v1.0.0 | ||
google.golang.org/appengine v1.6.5 | ||
github.com/tebeka/strftime v0.1.5 // indirect | ||
k8s.io/api v0.19.3 | ||
k8s.io/apimachinery v0.19.3 | ||
k8s.io/cli-runtime v0.19.3 | ||
k8s.io/client-go v0.19.3 | ||
k8s.io/klog v1.0.0 // indirect | ||
k8s.io/klog/v2 v2.2.0 | ||
k8s.io/kubectl v0.19.3 | ||
k8s.io/metrics v0.19.3 | ||
... | ... |
This diff is collapsed.
pkg/app/dialog.go
0 → 100644
pkg/app/handler.go
0 → 100644
pkg/gui/edit.go
0 → 100644
Please register or sign in to comment