forked from gobuffalo/fizz
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
30 lines (29 loc) · 1.39 KB
/
go.mod
File metadata and controls
30 lines (29 loc) · 1.39 KB
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
module github.com/gobuffalo/fizz
require (
github.com/blang/semver v3.5.1+incompatible
github.com/fatih/structs v1.1.0 // indirect
github.com/go-sql-driver/mysql v1.4.1
github.com/gobuffalo/envy v1.6.15 // indirect
github.com/gobuffalo/flect v0.1.0 // indirect
github.com/gobuffalo/github_flavored_markdown v1.0.7 // indirect
github.com/gobuffalo/plush v3.7.33+incompatible
github.com/gobuffalo/tags v2.0.15+incompatible // indirect
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/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
github.com/markbates/inflect v1.0.4 // indirect
github.com/microcosm-cc/bluemonday v1.0.2 // indirect
github.com/onsi/ginkgo v1.7.0 // indirect
github.com/onsi/gomega v1.4.3 // indirect
github.com/pkg/errors v0.8.1
github.com/rogpeppe/go-internal v1.2.2 // indirect
github.com/serenize/snaker v0.0.0-20171204205717-a683aaf2d516 // indirect
github.com/stretchr/testify v1.3.0
golang.org/x/net v0.0.0-20190213061140-3a22650c66bd // indirect
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 // indirect
golang.org/x/sys v0.0.0-20190220154126-629670e5acc5 // indirect
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2 // indirect
google.golang.org/appengine v1.4.0 // indirect
gopkg.in/yaml.v2 v2.2.2 // indirect
)