-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
46 lines (44 loc) · 1.96 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 gitlab.com/weinbergerlab/immunogenicity-data-project
go 1.16
require (
entgo.io/ent v0.10.2-0.20220402190128-05246cbd26dd
github.com/DrGrimshaw/gohtml v0.0.0-20211105122738-1231c86d1d16
github.com/PuerkitoBio/goquery v1.6.0 // indirect
github.com/adnaan/authn v0.0.4
github.com/adnaan/renderlayout v0.0.3
github.com/agext/levenshtein v1.2.3 // indirect
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-jwt/jwt v3.2.2+incompatible
github.com/google/go-cmp v0.5.7 // indirect
github.com/google/uuid v1.3.0
github.com/gorilla/context v1.1.1
github.com/gorilla/mux v1.8.0 // indirect
github.com/gorilla/securecookie v1.1.1
github.com/gorilla/sessions v1.2.1
github.com/hako/branca v0.0.0-20200807062402-6052ac720505
github.com/hashicorp/hcl/v2 v2.11.1 // indirect
github.com/jaytaylor/html2text v0.0.0-20200412013138-3577fbdbcff7 // indirect
github.com/jordan-wright/email v4.0.1-0.20200917010138-e1c00e156980+incompatible
github.com/kelseyhightower/envconfig v1.4.0
github.com/lib/pq v1.10.4
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/mitchellh/go-wordwrap v1.0.1 // indirect
github.com/rs/zerolog v1.20.0
github.com/sergi/go-diff v1.1.0 // indirect
github.com/stretchr/testify v1.7.1-0.20210427113832-6241f9ab9942
github.com/vanng822/go-premailer v1.9.0 // indirect
github.com/zclconf/go-cty v1.10.0 // indirect
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
golang.org/x/tools v0.1.10 // indirect
golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f // indirect
google.golang.org/protobuf v1.28.0 // indirect
)