-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathgo.mod
54 lines (51 loc) · 2.13 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
47
48
49
50
51
52
53
54
module github.com/zond/diplicity
go 1.20
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/gorilla/feeds v1.1.1
github.com/gorilla/mux v1.8.0
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/zond/enmime v0.6.1
github.com/zond/go-fcm v0.1.0
github.com/zond/goaeoas v0.1.10
github.com/zond/godip v0.6.4
golang.org/x/crypto v0.1.0
golang.org/x/net v0.7.0
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
google.golang.org/api v0.19.0
google.golang.org/appengine/v2 v2.0.4
)
require (
cloud.google.com/go v0.38.0 // indirect
github.com/bwmarrin/discordgo v0.28.1 // indirect
github.com/gogs/chardet v0.0.0-20150115103509-2404f7772561 // indirect
github.com/golang/protobuf v1.5.0 // indirect
github.com/googleapis/gax-go/v2 v2.0.5 // indirect
github.com/gorilla/schema v1.2.0 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/hashicorp/golang-lru v0.5.1 // indirect
github.com/jaytaylor/html2text v0.0.0-20180606194806-57d518f124b0 // indirect
github.com/kr/text v0.1.0 // indirect
github.com/mattn/go-runewidth v0.0.12 // indirect
github.com/olekukonko/tablewriter v0.0.0-20180912035003-be2c049b30cc // indirect
github.com/pkg/errors v0.8.1 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
github.com/stretchr/testify v1.5.1 // indirect
go.opencensus.io v0.21.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
google.golang.org/grpc v1.27.0 // indirect
google.golang.org/protobuf v1.30.0 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
)