-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
33 lines (31 loc) · 1.29 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
33
module github.com/rpwatkins/socrates
go 1.12
require (
github.com/fatih/color v1.7.0
github.com/fatih/structs v1.1.0 // indirect
github.com/gobuffalo/helpers v0.2.4 // indirect
github.com/gobuffalo/logger v1.0.1 // indirect
github.com/gobuffalo/packr/v2 v2.5.2
github.com/gobuffalo/plush v3.8.3+incompatible
github.com/gobuffalo/uuid v2.0.5+incompatible // indirect
github.com/gobuffalo/validate v2.0.3+incompatible // indirect
github.com/gofrs/uuid v3.2.0+incompatible // indirect
github.com/golang/protobuf v1.3.2 // indirect
github.com/magiconair/properties v1.8.1 // indirect
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/onsi/ginkgo v1.8.0 // indirect
github.com/onsi/gomega v1.5.0 // indirect
github.com/pelletier/go-toml v1.4.0 // indirect
github.com/plouc/gosnap v0.0.0-20180714070049-61403c2f226e // indirect
github.com/plouc/textree v1.0.0
github.com/serenize/snaker v0.0.0-20171204205717-a683aaf2d516 // indirect
github.com/sirupsen/logrus v1.4.2
github.com/spf13/afero v1.2.2
github.com/spf13/cobra v0.0.5
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/viper v1.4.0
github.com/stretchr/testify v1.3.0
golang.org/x/sys v0.0.0-20190804053845-51ab0e2deafa // indirect
gopkg.in/src-d/go-git.v4 v4.13.1 // indirect
mvdan.cc/xurls/v2 v2.0.0
)