-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
30 lines (27 loc) · 1.09 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
module github.com/webdonalds/discord-bot
go 1.18
require (
github.com/avast/retry-go v3.0.0+incompatible
github.com/bwmarrin/discordgo v0.20.3
github.com/dghubble/go-twitter v0.0.0-20200725221434-4bc8ad7ad1b4
github.com/dghubble/oauth1 v0.6.0
github.com/go-redis/redis/v8 v8.2.3
github.com/hellodhlyn/delivery-tracker v0.0.0-20200613122159-d8f44b184a8c
github.com/kz/discordrus v1.2.0
github.com/robfig/cron/v3 v3.0.1
github.com/samber/lo v1.28.2
github.com/sirupsen/logrus v1.7.0
golang.org/x/text v0.3.2
)
require (
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/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/google/go-querystring v1.0.0 // indirect
github.com/gorilla/websocket v1.4.0 // indirect
go.opentelemetry.io/otel v0.11.0 // indirect
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 // indirect
golang.org/x/exp v0.0.0-20220303212507-bbda1eaf7a17 // indirect
golang.org/x/sys v0.0.0-20220919091848-fb04ddd9f9c8 // indirect
)