Skip to content

Commit

Permalink
add initial support for config file
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskim06 committed Feb 13, 2023
1 parent b845db6 commit ead894b
Show file tree
Hide file tree
Showing 6 changed files with 962 additions and 28 deletions.
7 changes: 7 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,17 @@ module github.com/chriskim06/kubectl-ptop
go 1.15

require (
cloud.google.com/go/compute/metadata v0.2.3 // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/gdamore/tcell/v2 v2.5.4
github.com/gogo/protobuf v1.3.2 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/kr/pretty v0.3.0 // indirect
github.com/navidys/tvxwidgets v0.3.0
github.com/rivo/tview v0.0.0-20230208211350-7dfff1ce7854
github.com/spf13/cobra v1.1.1
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
golang.org/x/net v0.4.0 // indirect
k8s.io/api v0.19.2
k8s.io/apimachinery v0.19.2
k8s.io/cli-runtime v0.19.2
Expand Down
Loading

0 comments on commit ead894b

Please sign in to comment.