forked from zond/diplicity
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
29 lines (26 loc) · 1.12 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
module github.com/zond/diplicity
replace github.com/jhillyerd/enmime => github.com/zond/enmime v0.6.0
go 1.13
require (
github.com/Kashomon/goglicko v0.0.0-20150109031716-a753c9c676d4
github.com/aymerick/raymond v2.0.2+incompatible
github.com/davecgh/go-spew v1.1.1
github.com/gorilla/feeds v1.1.1
github.com/gorilla/mux v1.7.3
github.com/gorilla/schema v1.1.0 // indirect
github.com/jhillyerd/enmime v0.0.0-00010101000000-000000000000
github.com/jmoiron/jsonq v0.0.0-20150511023944-e874b168d07e
github.com/kr/pretty v0.1.0
github.com/oddg/hungarian-algorithm v0.0.0-20170809162819-9567cbc363de
github.com/sendgrid/smtpapi-go v0.6.0 // indirect
github.com/zond/go-fcm v0.0.0-20161229170158-f997f3228998
github.com/zond/goaeoas v0.0.0-20180512192436-0c43249ce64c
github.com/zond/godip v0.0.0-20190924172241-9f8021337033
golang.org/x/crypto v0.0.0-20191119213627-4f8c1d86b1ba
golang.org/x/net v0.0.0-20191119073136-fc4aabc6c914
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
google.golang.org/api v0.14.0
google.golang.org/appengine v1.6.5
gopkg.in/sendgrid/sendgrid-go.v2 v2.0.0
gopkg.in/yaml.v2 v2.2.7 // indirect
)