-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
28 lines (26 loc) · 981 Bytes
/
go.mod
File metadata and controls
28 lines (26 loc) · 981 Bytes
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
module github.com/thmhoag/codectl
go 1.12
require (
github.com/AlecAivazis/survey/v2 v2.1.1
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Masterminds/sprig v2.18.0+incompatible
github.com/antonfisher/nested-logrus-formatter v1.0.2
github.com/blang/semver v3.5.1+incompatible
github.com/gobuffalo/packd v0.3.0
github.com/gobuffalo/packr/v2 v2.5.2
github.com/hashicorp/go-getter v1.3.0
github.com/huandu/xstrings v1.2.1 // indirect
github.com/imdario/mergo v0.3.8 // indirect
github.com/manifoldco/promptui v0.3.2
github.com/mitchellh/go-homedir v1.1.0
github.com/nicksnyder/go-i18n v1.10.1 // indirect
github.com/pkg/errors v0.8.1
github.com/rhysd/go-github-selfupdate v1.1.0
github.com/sirupsen/logrus v1.4.2
github.com/spf13/cobra v0.0.5
github.com/spf13/pflag v1.0.3
github.com/spf13/viper v1.4.0
github.com/thmhoag/clif v0.1.0
gopkg.in/alecthomas/kingpin.v3-unstable v3.0.0-20191105091915-95d230a53780 // indirect
gopkg.in/yaml.v2 v2.2.2
)