-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (21 loc) · 718 Bytes
/
go.mod
File metadata and controls
24 lines (21 loc) · 718 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/fankserver/discord-voice-mcp
go 1.25
require (
github.com/bwmarrin/discordgo v0.29.0
github.com/google/uuid v1.6.0
github.com/joho/godotenv v1.5.1
github.com/modelcontextprotocol/go-sdk v0.2.0
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.11.0
layeh.com/gopus v0.0.0-20210501142526-1ee02d434e32
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.5.2 // indirect
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
golang.org/x/crypto v0.41.0 // indirect
golang.org/x/sys v0.35.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)