-
Notifications
You must be signed in to change notification settings - Fork 33
/
go.mod
21 lines (20 loc) · 902 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module aahframe.work
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-aah/forge v0.8.0
github.com/go-playground/locales v0.12.1 // indirect
github.com/go-playground/universal-translator v0.16.0 // indirect
github.com/gobwas/httphead v0.0.0-20180130184737-2c6c146eadee // indirect
github.com/gobwas/pool v0.2.0 // indirect
github.com/gobwas/ws v1.0.0
github.com/leodido/go-urn v1.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/testify v1.2.2
github.com/urfave/cli v1.20.1-0.20181029213200-b67dcf995b6a
golang.org/x/crypto v0.0.0-20190103213133-ff983b9c42bc
golang.org/x/net v0.0.0-20190110200230-915654e7eabc
golang.org/x/oauth2 v0.0.0-20190111185915-36a7019397c4
golang.org/x/sys v0.0.0-20190114130336-2be517255631 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v9 v9.25.0
)