-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
35 lines (31 loc) · 1.27 KB
/
Copy pathgo.mod
File metadata and controls
35 lines (31 loc) · 1.27 KB
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
module RingBot
go 1.20
require github.com/bwmarrin/discordgo v0.27.1
require (
github.com/andybalholm/brotli v1.0.5 // indirect
github.com/fasthttp/websocket v1.5.4 // indirect
github.com/golang/mock v1.6.0 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/klauspost/compress v1.16.7 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/savsgio/gotils v0.0.0-20230208104028-c358bd845dee // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v1.48.0 // indirect
github.com/valyala/tcplisten v1.0.0 // indirect
golang.org/x/crypto v0.7.0 // indirect
golang.org/x/sys v0.10.0 // indirect
gopkg.in/hraban/opus.v2 v2.0.0-20230706205704-edec55a8f5da // indirect
)
require (
github.com/bwmarrin/dgvoice v0.0.0-20210225172318-caaac756e02e
github.com/gofiber/contrib/websocket v1.1.0
github.com/gofiber/fiber/v2 v2.48.0
github.com/twilio/twilio-go v1.10.0
github.com/zaf/g711 v0.0.0-20220109202201-cf0017bf0359
layeh.com/gopus v0.0.0-20210501142526-1ee02d434e32 // indirect
)