-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
32 lines (30 loc) · 1.11 KB
/
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
25
26
27
28
29
30
31
32
module github.com/cakehappens/seaworthy
go 1.14
require (
github.com/ghostsquad/go-timejumper v0.1.2
github.com/git-chglog/git-chglog v0.0.0-20200414013904-db796966b373
github.com/golangci/golangci-lint v1.30.0
github.com/gookit/color v1.2.7
github.com/goreleaser/goreleaser v0.141.0
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/mitchellh/go-wordwrap v1.0.0
github.com/moby/term v0.0.0-20200611042045-63b9a826fb74
github.com/oklog/run v1.1.0
github.com/spf13/cobra v1.0.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.7.0
github.com/stretchr/testify v1.6.1
github.com/theckman/yacspin v0.8.0
github.com/tsuyoshiwada/go-gitcmd v0.0.0-20180205145712-5f1f5f9475df // indirect
github.com/urfave/cli v1.22.4 // indirect
golang.org/x/sys v0.0.0-20200808120158-1030fc2bf1d9
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/AlecAivazis/survey.v1 v1.8.8 // indirect
gopkg.in/kyokomi/emoji.v1 v1.5.1 // indirect
gotest.tools/gotestsum v0.4.0
k8s.io/api v0.18.6
k8s.io/apimachinery v0.18.6
k8s.io/client-go v0.18.6
k8s.io/kubectl v0.18.6
sigs.k8s.io/yaml v1.2.0
)