-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
29 lines (25 loc) · 842 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
23
24
25
26
27
28
29
module github.com/BOOMfinity/bfcord
go 1.23
require (
github.com/BOOMfinity/go-utils v0.9.2
github.com/BOOMfinity/golog/v2 v2.0.0-alpha.2
github.com/andersfylling/snowflake/v5 v5.0.1
github.com/evanphx/json-patch v0.5.2
github.com/gorilla/websocket v1.5.3
github.com/segmentio/encoding v0.4.1
github.com/valyala/fasthttp v1.57.0
)
require (
github.com/gookit/color v1.5.4 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
)
require (
github.com/andybalholm/brotli v1.1.1 // indirect
github.com/forPelevin/gomoji v1.2.0
github.com/klauspost/compress v1.17.11 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/segmentio/asm v1.2.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
golang.org/x/sys v0.27.0 // indirect
)