-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
28 lines (25 loc) · 870 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
module server-go
go 1.20
require (
github.com/go-chi/chi v1.5.4
github.com/go-chi/cors v1.1.1
github.com/uptrace/bun v1.1.12
github.com/uptrace/bun/dialect/pgdialect v1.1.12
github.com/uptrace/bun/driver/pgdriver v1.1.12
github.com/disgoorg/log v1.2.0
github.com/disgoorg/snowflake/v2 v2.0.1
github.com/TwiN/go-away v1.6.10
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/RGBCube/GoNew v1.1.0
golang.org/x/exp v0.0.0-20220325121720-054d8573a5d8
)
require (
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc // indirect
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
golang.org/x/crypto v0.6.0 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/text v0.7.0 // indirect
mellium.im/sasl v0.3.1 // indirect
)