-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgo.mod
More file actions
executable file
·26 lines (23 loc) · 865 Bytes
/
go.mod
File metadata and controls
executable file
·26 lines (23 loc) · 865 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
25
26
module ChatWire
go 1.26.2
require (
github.com/Clinet/discordgo-embed v0.0.0-20220113222025-bafe0c917646
github.com/M45-Science/rcon v0.0.0-20250606024627-1f9788ade323
github.com/bwmarrin/discordgo v0.29.0
github.com/bytedance/sonic v1.15.0
github.com/dustin/go-humanize v1.0.1
github.com/hako/durafmt v0.0.0-20210608085754-5c1018a4e16b
github.com/martinhoefling/goxkcdpwgen v0.1.1
github.com/ulikunitz/xz v0.5.15
)
require (
github.com/bytedance/gopkg v0.1.4 // indirect
github.com/bytedance/sonic/loader v0.5.1 // indirect
github.com/cloudwego/base64x v0.1.6 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
golang.org/x/arch v0.26.0 // indirect
golang.org/x/crypto v0.50.0 // indirect
golang.org/x/sys v0.43.0 // indirect
)