-
Notifications
You must be signed in to change notification settings - Fork 947
/
Copy pathgo.mod
149 lines (142 loc) · 6.88 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
module github.com/botlabs-gg/yagpdb
go 1.17
require (
emperror.dev/errors v0.4.3
github.com/AYLIEN/aylien_textapi_go v0.6.0
github.com/NYTimes/gziphandler v1.1.1
github.com/PuerkitoBio/goquery v1.5.0
github.com/bwmarrin/snowflake v0.3.0
github.com/dghubble/oauth1 v0.6.0
github.com/didip/tollbooth v4.0.2+incompatible
github.com/dpatrie/urbandictionary v0.0.0-20151214192647-3b38cbf4cb81
github.com/ei14/calc v0.0.0-20220307072502-adbe43bdf801
github.com/fatih/structs v1.1.0
github.com/friendsofgo/errors v0.9.2
github.com/getsentry/sentry-go v0.7.0
github.com/google/safebrowsing v0.0.0-20190624211811-bbf0d20d26b3
github.com/gorilla/schema v1.1.0
github.com/jinzhu/gorm v1.9.10
github.com/jmoiron/sqlx v1.2.0
github.com/jonas747/cardsagainstdiscord/v2 v2.0.0
github.com/jonas747/dca/v2 v2.0.0
github.com/jonas747/dcmd/v4 v4.0.4
github.com/jonas747/dice v0.0.0-20170619144252-7735f6ee7b69
github.com/jonas747/discordgo/v2 v2.0.8
github.com/jonas747/dshardorchestrator/v3 v3.0.0
github.com/jonas747/dstate/v4 v4.0.6
github.com/jonas747/go-reddit v0.1.2
github.com/jonas747/go-twitter v0.0.0-20200706234916-1d17060b92bc
github.com/jonas747/jdshardmanager/v2 v2.0.0
github.com/jonas747/template v1.1.3
github.com/jonas747/when v0.0.3-0.20201118193825-7feeddcd993f
github.com/karlseguin/ccache v2.0.3+incompatible
github.com/karlseguin/rcache v1.0.1
github.com/lib/pq v1.2.1-0.20191011153232-f91d3411e481
github.com/lunixbochs/vtclean v1.0.0
github.com/mediocregopher/radix/v3 v3.7.0
github.com/microcosm-cc/bluemonday v1.0.16
github.com/miolini/datacounter v0.0.0-20190724021726-aa48df3a02c1
github.com/natefinch/lumberjack v2.0.0+incompatible
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.5.1
github.com/russross/blackfriday v1.5.2
github.com/shirou/gopsutil v2.18.12+incompatible
github.com/shurcooL/github_flavored_markdown v0.0.0-20181002035957-2122de532470
github.com/sirupsen/logrus v1.4.2
github.com/tidwall/buntdb v1.2.8
github.com/tkuchiki/go-timezone v0.1.5-0.20200504234801-f58f9e3b062f
github.com/vmihailenco/msgpack v4.0.4+incompatible
github.com/volatiletech/null v8.0.0+incompatible
github.com/volatiletech/null/v8 v8.1.2
github.com/volatiletech/sqlboiler v3.7.1+incompatible
github.com/volatiletech/sqlboiler/v4 v4.5.0
github.com/volatiletech/strmangle v0.0.1
goji.io v2.0.2+incompatible
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
golang.org/x/image v0.0.0-20190902063713-cb417be4ba39
golang.org/x/net v0.0.0-20210614182718-04defd469f4e
golang.org/x/oauth2 v0.0.0-20201208152858-08078c50e5b5
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
google.golang.org/api v0.40.0
)
require (
cloud.google.com/go v0.74.0 // indirect
github.com/AlekSi/pointer v1.1.0 // indirect
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/andybalholm/cascadia v1.0.0 // indirect
github.com/aymerick/douceur v0.2.0 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cenkalti/backoff v2.1.1+incompatible // indirect
github.com/cespare/xxhash/v2 v2.1.1 // indirect
github.com/dghubble/sling v1.3.0 // indirect
github.com/ericlagergren/decimal v0.0.0-20190729173012-f05d33913e5a // indirect
github.com/gin-contrib/sse v0.1.0 // indirect
github.com/gin-gonic/gin v1.7.4 // indirect
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/go-playground/locales v0.13.0 // indirect
github.com/go-playground/universal-translator v0.17.0 // indirect
github.com/go-playground/validator/v10 v10.4.1 // indirect
github.com/gobwas/httphead v0.1.0 // indirect
github.com/gobwas/pool v0.2.1 // indirect
github.com/gobwas/ws v1.1.0 // indirect
github.com/gofrs/uuid v4.0.0+incompatible // indirect
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
github.com/golang/protobuf v1.4.3 // indirect
github.com/google/go-querystring v1.0.0 // indirect
github.com/googleapis/gax-go/v2 v2.0.5 // indirect
github.com/gorilla/css v1.0.0 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/jarcoal/httpmock v1.0.4 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jonas747/gojay v0.0.0-20190906102056-b3bd5c8fcd50 // indirect
github.com/jonas747/ogg v0.0.0-20161220051205-b4f6f4cf3757 // indirect
github.com/json-iterator/go v1.1.9 // indirect
github.com/justinian/dice v0.0.0-20170728002755-6a18b51d929c // indirect
github.com/karlseguin/expect v1.0.1 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/leodido/go-urn v1.2.0 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/common v0.9.1 // indirect
github.com/prometheus/procfs v0.0.8 // indirect
github.com/sergi/go-diff v1.0.0 // indirect
github.com/shurcooL/highlight_diff v0.0.0-20170515013008-09bb4053de1b // indirect
github.com/shurcooL/highlight_go v0.0.0-20181028180052-98c3abbbae20 // indirect
github.com/shurcooL/octicon v0.0.0-20181028054416-fa4f57f9efb2 // indirect
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/sourcegraph/annotate v0.0.0-20160123013949-f4cad6c6324d // indirect
github.com/sourcegraph/syntaxhighlight v0.0.0-20170531221838-bd320f5d308e // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/tidwall/btree v0.7.1 // indirect
github.com/tidwall/gjson v1.12.1 // indirect
github.com/tidwall/grect v0.1.4 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
github.com/tidwall/rtred v0.1.2 // indirect
github.com/tidwall/tinyqueue v0.1.1 // indirect
github.com/ugorji/go/codec v1.1.7 // indirect
github.com/volatiletech/inflect v0.0.1 // indirect
github.com/volatiletech/randomize v0.0.1 // indirect
github.com/wsxiaoys/terminal v0.0.0-20160513160801-0940f3fc43a0 // indirect
go.opencensus.io v0.22.5 // indirect
go.uber.org/atomic v1.4.0 // indirect
go.uber.org/multierr v1.1.0 // indirect
golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf // indirect
golang.org/x/text v0.3.6 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20201214200347-8c77b98c765d // indirect
google.golang.org/grpc v1.34.0 // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
)
// replace github.com/jonas747/discordgo => ../discordgo
// replace github.com/jonas747/dcmd/v3 => ../dcmd
// replace github.com/jonas747/dstate/v3 => ../dstate
// replace github.com/jonas747/dshardorchestrator/v2 => ../dshardorchestrator