-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
16 lines (15 loc) · 751 Bytes
/
go.mod
File metadata and controls
16 lines (15 loc) · 751 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
module github.com/dnnrly/ipop
require (
github.com/cockroachdb/apd v1.1.0 // indirect
github.com/gobuffalo/flect v0.0.0-20181108195648-8fe1b44cfe32 // indirect
github.com/gobuffalo/packd v0.0.0-20181104210303-d376b15f8e96 // indirect
github.com/gobuffalo/pop v4.9.0+incompatible
github.com/gobuffalo/uuid v2.0.5+incompatible
github.com/gobuffalo/validate v2.0.3+incompatible
github.com/gobuffalo/x v0.0.0-20181109195216-5b3131238124 // indirect
github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 // indirect
github.com/satori/go.uuid v1.2.0 // indirect
github.com/shopspring/decimal v0.0.0-20180709203117-cd690d0c9e24 // indirect
github.com/stretchr/testify v1.2.2
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f // indirect
)