-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
26 lines (23 loc) · 796 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
module github.com/iotames/easyim
go 1.19
require (
github.com/bwmarrin/snowflake v0.3.0
github.com/go-sql-driver/mysql v1.7.0
github.com/iotames/miniutils v1.0.8
github.com/joho/godotenv v1.5.1
github.com/lib/pq v1.10.7
github.com/mattn/go-sqlite3 v1.14.16
google.golang.org/protobuf v1.28.1
xorm.io/xorm v1.3.2
)
require (
github.com/goccy/go-json v0.8.1 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/syndtr/goleveldb v1.0.0 // indirect
golang.org/x/net v0.5.0 // indirect
golang.org/x/text v0.6.0 // indirect
xorm.io/builder v0.3.11-0.20220531020008-1bd24a7dc978 // indirect
)