-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
31 lines (30 loc) · 2.07 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
module github.com/aah-cb/minify
require (
aahframework.org/aah.v0 v0.11.0
aahframework.org/ahttp.v0 v0.11.0
aahframework.org/ainsp.v0 v0.2.1
aahframework.org/aruntime.v0 v0.2.2
aahframework.org/config.v0 v0.5.0
aahframework.org/essentials.v0 v0.8.0
aahframework.org/forge.v0 v0.5.1
aahframework.org/i18n.v0 v0.4.0
aahframework.org/log.v0 v0.7.0
aahframework.org/router.v0 v0.12.0
aahframework.org/security.v0 v0.10.0
aahframework.org/valpar.v0 v0.4.0
aahframework.org/vfs.v0 v0.2.0
aahframework.org/view.v0 v0.9.0
aahframework.org/ws.v0 v0.3.0
cloud.google.com/go v0.25.0
github.com/go-playground/locales v0.12.1
github.com/go-playground/universal-translator v0.16.0
github.com/gobwas/httphead v0.0.0-20180130184737-2c6c146eadee
github.com/gobwas/pool v0.2.0
github.com/gobwas/ws v0.1.0
github.com/tdewolff/minify v0.0.0-20180608013813-8d72a4127ae3
github.com/tdewolff/parse v0.0.0-20180607042416-d739d6fccb09
golang.org/x/crypto v0.0.0-20180718160520-a2144134853f
golang.org/x/net v0.0.0-20180719180050-a680a1efc54d
golang.org/x/oauth2 v0.0.0-20180620175406-ef147856a6dd
gopkg.in/go-playground/validator.v9 v9.20.2
)