forked from jimafisk/plentiform
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
18 lines (16 loc) · 706 Bytes
/
go.mod
File metadata and controls
18 lines (16 loc) · 706 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/plentiform/plentiform
go 1.12
require (
github.com/flosch/pongo2 v0.0.0-20141028000813-5e81b817a0c4
github.com/gorilla/context v0.0.0-20160226214623-1ea25387ff6f
github.com/gorilla/handlers v1.3.0
github.com/gorilla/mux v1.6.0
github.com/gorilla/securecookie v0.0.0-20160422134519-667fe4e3466a
github.com/gorilla/sessions v0.0.0-20160922145804-ca9ada445741
github.com/haisum/recaptcha v0.0.0-20170327142240-7d3b8053900e
github.com/joho/godotenv v1.3.0
github.com/lib/pq v0.0.0-20171126050459-83612a56d3dd
github.com/sendgrid/rest v2.4.0+incompatible
github.com/sendgrid/sendgrid-go v3.4.1+incompatible
github.com/tuvistavie/securerandom v0.0.0-20140719024926-15512123a948
)