generated from disgoorg/bot-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
31 lines (28 loc) · 1.1 KB
/
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
30
31
module github.com/KittyBot-Org/KittyBotGo
go 1.22
require (
github.com/disgoorg/disgo v0.18.8
github.com/disgoorg/disgolink/v3 v3.0.1-0.20240708001940-d7bce1c07287
github.com/disgoorg/json v1.1.0
github.com/disgoorg/lavaqueue-plugin v0.0.0-20240708001834-dafe3f63f5a0
github.com/disgoorg/log v1.2.1
github.com/disgoorg/snowflake/v2 v2.0.1
github.com/jackc/pgx/v5 v5.6.0
github.com/jmoiron/sqlx v1.4.0
github.com/mattn/go-colorable v0.1.13
github.com/pelletier/go-toml/v2 v2.2.2
github.com/topi314/tint v0.0.0-20240303212505-44dd4a1b4f7f
go.gopad.dev/fuzzysearch v0.0.0-20240526153819-c12185e04fe2
)
require (
github.com/gorilla/websocket v1.5.3 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
github.com/jackc/puddle/v2 v2.2.1 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/sasha-s/go-csync v0.0.0-20240107134140-fcbab37b09ad // indirect
golang.org/x/crypto v0.25.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.22.0 // indirect
golang.org/x/text v0.16.0 // indirect
)