-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
18 lines (16 loc) · 707 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/jonahgeorge/letterdrop
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
)