forked from gobuffalo/fizz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
26 lines (25 loc) · 1.17 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
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/helpers v0.0.0-20190506214229-8e6f634af7c3 // indirect
github.com/gobuffalo/plush v3.8.0+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.1 // indirect
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
github.com/microcosm-cc/bluemonday v1.0.2 // indirect
github.com/onsi/ginkgo v1.8.0 // indirect
github.com/onsi/gomega v1.5.0 // indirect
github.com/pkg/errors v0.8.1
github.com/serenize/snaker v0.0.0-20171204205717-a683aaf2d516 // indirect
github.com/stretchr/testify v1.3.0
golang.org/x/net v0.0.0-20190514140710-3ec191127204 // indirect
golang.org/x/sync v0.0.0-20190423024810-112230192c58 // indirect
golang.org/x/sys v0.0.0-20190515120540-06a5c4944438 // indirect
golang.org/x/text v0.3.2 // indirect
google.golang.org/appengine v1.6.0 // indirect
gopkg.in/yaml.v2 v2.2.2 // indirect
)