-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
46 lines (43 loc) · 1.78 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
module aah-form-based-auth
go 1.17
require (
aahframe.work v0.12.5
aahframe.work/minify/html v0.2.0
github.com/friendsofgo/errors v0.9.2
github.com/go-sql-driver/mysql v1.5.0
github.com/google/uuid v1.3.0
github.com/mediocregopher/radix/v4 v4.0.0
github.com/streadway/amqp v1.0.0
github.com/volatiletech/null/v8 v8.1.2
github.com/volatiletech/sqlboiler/v4 v4.8.6
github.com/volatiletech/strmangle v0.0.1
)
require (
cloud.google.com/go v0.93.3 // indirect
github.com/go-aah/forge v0.8.0 // indirect
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 // indirect
github.com/gofrs/uuid v3.2.0+incompatible // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/spf13/cast v1.4.1 // indirect
github.com/tdewolff/minify v0.0.0-20180913035026-a8ba821b5bd8 // indirect
github.com/tdewolff/parse v0.0.0-20180825090006-bcb5c6a1c04e // indirect
github.com/tdewolff/test v1.0.6 // indirect
github.com/tilinna/clock v1.0.2 // indirect
github.com/urfave/cli v1.20.0 // indirect
github.com/volatiletech/inflect v0.0.1 // indirect
github.com/volatiletech/randomize v0.0.1 // indirect
golang.org/x/crypto v0.21.0 // indirect
golang.org/x/net v0.23.0 // indirect
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v9 v9.21.0 // indirect
)