forked from zond/diplicity
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
32 lines (30 loc) · 1.19 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
module github.com/zond/diplicity
go 1.14
require (
github.com/aymerick/raymond v2.0.2+incompatible
github.com/davecgh/go-spew v1.1.1
github.com/dustin/go-humanize v1.0.0
github.com/golang/protobuf v1.4.3 // indirect
github.com/gorilla/feeds v1.1.1
github.com/gorilla/mux v1.8.0
github.com/gorilla/schema v1.2.0 // indirect
github.com/jmoiron/jsonq v0.0.0-20150511023944-e874b168d07e
github.com/kr/pretty v0.2.0
github.com/kvannotten/mailstrip v0.0.0-20181210132851-650244c72ccd
github.com/mafredri/go-trueskill v0.0.0-20190101120706-fc89fbba5a88
github.com/oddg/hungarian-algorithm v0.0.0-20170809162819-9567cbc363de
github.com/sendgrid/rest v2.4.1+incompatible
github.com/sendgrid/sendgrid-go v3.5.0+incompatible
github.com/stretchr/testify v1.5.1 // indirect
github.com/zond/enmime v0.6.1
github.com/zond/go-fcm v0.1.0
github.com/zond/goaeoas v0.1.9
github.com/zond/godip v0.3.7
golang.org/x/crypto v0.0.0-20200221231518-2aa609cf4a9d
golang.org/x/net v0.0.0-20201224014010-6772e930b67b
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
google.golang.org/api v0.19.0
google.golang.org/appengine v1.6.7
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
)