-
Notifications
You must be signed in to change notification settings - Fork 164
/
Copy pathgo.mod
18 lines (16 loc) · 577 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/kujtimiihoxha/kit
go 1.12
require (
github.com/Songmu/prompter v0.0.0-20181014095714-d227c68538bd
github.com/alioygur/godash v0.0.0-20160919141744-af6b3da41c5a
github.com/dave/jennifer v1.3.0
github.com/emicklei/proto v1.6.10
github.com/emicklei/proto-contrib v0.0.0-20190206213850-73879796f936
github.com/mattn/go-isatty v0.0.7 // indirect
github.com/sirupsen/logrus v1.4.0
github.com/spf13/afero v1.2.2
github.com/spf13/cobra v0.0.3
github.com/spf13/viper v1.3.2
golang.org/x/tools v0.0.0-20190401163957-4fc9f0bfa59a
gopkg.in/yaml.v2 v2.2.2
)