-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
22 lines (19 loc) · 590 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/switchupcb/disgo
go 1.20
require (
github.com/goccy/go-json v0.10.2
github.com/gorilla/schema v1.2.0
github.com/rs/xid v1.5.0
github.com/rs/zerolog v1.29.1
github.com/switchupcb/websocket v1.8.8
github.com/valyala/fasthttp v1.48.0
golang.org/x/sync v0.3.0
)
require (
github.com/andybalholm/brotli v1.0.5 // 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/valyala/bytebufferpool v1.0.0 // indirect
golang.org/x/sys v0.10.0 // indirect
)