-
Notifications
You must be signed in to change notification settings - Fork 9
/
go.mod
38 lines (36 loc) · 1.52 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
module github.com/adnaan/gomodest-starter
go 1.16
require (
cloud.google.com/go v0.74.0 // indirect
entgo.io/ent v0.7.0
github.com/PuerkitoBio/goquery v1.6.0 // indirect
github.com/adnaan/authn v0.0.2
github.com/adnaan/renderlayout v0.0.3
github.com/andybalholm/cascadia v1.2.0 // indirect
github.com/go-chi/chi v4.1.2+incompatible
github.com/go-chi/httplog v0.1.8
github.com/go-chi/render v1.0.1
github.com/go-chi/valve v0.0.0-20170920024740-9e45288364f4
github.com/go-playground/form v3.1.4+incompatible
github.com/golang/protobuf v1.5.1 // indirect
github.com/google/uuid v1.2.0
github.com/gorilla/mux v1.8.0 // indirect
github.com/hako/branca v0.0.0-20200807062402-6052ac720505
github.com/jaytaylor/html2text v0.0.0-20200412013138-3577fbdbcff7 // indirect
github.com/joho/godotenv v1.3.0
github.com/jordan-wright/email v4.0.1-0.20200917010138-e1c00e156980+incompatible
github.com/kelseyhightower/envconfig v1.4.0
github.com/lithammer/shortuuid/v3 v3.0.5
github.com/markbates/goth v1.67.1
github.com/matcornic/hermes/v2 v2.1.0
github.com/mattn/go-sqlite3 v1.14.6
github.com/mholt/binding v0.3.0
github.com/rs/zerolog v1.20.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/stripe/stripe-go/v72 v72.28.0
github.com/vanng822/go-premailer v1.9.0 // indirect
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 // indirect
golang.org/x/mod v0.4.1 // indirect
golang.org/x/net v0.0.0-20210316092652-d523dce5a7f4 // indirect
golang.org/x/oauth2 v0.0.0-20210313182246-cd4f82c27b84 // indirect
)