-
Notifications
You must be signed in to change notification settings - Fork 4
/
go.mod
30 lines (27 loc) · 1.07 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
module github.com/Aliucord/Aliucord-backend
go 1.22
require (
github.com/Juby210/gplayapi-go v0.0.8-0.20221125171806-b768db9a39c5
github.com/diamondburned/arikawa/v3 v3.3.7-0.20240714074659-231b4759dc81
github.com/mattn/anko v0.1.9
github.com/uptrace/bun v1.2.1
github.com/uptrace/bun/dialect/pgdialect v1.2.1
github.com/uptrace/bun/driver/pgdriver v1.2.1
github.com/valyala/fasthttp v1.55.0
)
require (
github.com/andybalholm/brotli v1.1.0 // indirect
github.com/gorilla/schema v1.4.1 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/klauspost/compress v1.17.9 // indirect
github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
golang.org/x/crypto v0.25.0 // indirect
golang.org/x/sys v0.22.0 // indirect
golang.org/x/time v0.5.0 // indirect
google.golang.org/protobuf v1.27.1 // indirect
mellium.im/sasl v0.3.1 // indirect
)