forked from zew/go-questionnaire
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
27 lines (25 loc) · 1.03 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
module github.com/zew/go-questionnaire
go 1.16
require (
cloud.google.com/go/storage v1.31.0
github.com/alexedwards/scs/redisstore v0.0.0-20231113091146-cef4b05350c8
github.com/alexedwards/scs/v2 v2.7.0
github.com/go-playground/form/v4 v4.2.1
github.com/go-stack/stack v1.8.1
github.com/gomodule/redigo v1.8.9
github.com/google/martian v2.1.1-0.20190517191504-25dcb96d9e51+incompatible // indirect
github.com/pbberlin/dbg v1.0.3
github.com/pbberlin/flags v1.0.0
github.com/pbberlin/struc2frm v1.2.12
// github.com/russross/blackfriday v1.6.0
github.com/russross/blackfriday/v2 v2.1.0
github.com/speps/go-hashids v2.0.0+incompatible
github.com/zew/util v1.0.5
gocloud.dev v0.33.0
golang.org/x/crypto v0.17.0
golang.org/x/oauth2 v0.11.0 // indirect
google.golang.org/api v0.135.0
google.golang.org/genproto v0.0.0-20230807174057-1744710a1577 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20230807174057-1744710a1577 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230807174057-1744710a1577 // indirect
)