forked from cosmosdevops/servicemeow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
24 lines (22 loc) · 886 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/CosmosDevops/servicemeow
go 1.12
require (
github.com/Jeffail/gabs v1.4.0 // indirect
github.com/Jeffail/gabs/v2 v2.5.1
github.com/buger/goterm v0.0.0-20200322175922-2f3e71b85129 // indirect
github.com/fatih/camelcase v1.0.0
github.com/fatih/color v1.9.0
github.com/ianlancetaylor/demangle v0.0.0-20200414190113-039b1ae3a340 // indirect
github.com/jroimartin/gocui v0.4.0 // indirect
github.com/knadh/koanf v0.10.0
github.com/labstack/gommon v0.3.0
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/nsf/termbox-go v0.0.0-20200418040025-38ba6e5628f1 // indirect
github.com/spf13/cobra v1.0.0
github.com/spf13/viper v1.7.0
github.com/tj/go-naturaldate v1.3.0
github.com/uniplaces/carbon v0.1.6 // indirect
golang.org/x/arch v0.0.0-20200511175325-f7c78586839d // indirect
k8s.io/apimachinery v0.18.3
)