-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (20 loc) · 722 Bytes
/
go.mod
File metadata and controls
22 lines (20 loc) · 722 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/frederikhors/orm-benchmark
go 1.16
require (
github.com/astaxie/beego v1.12.3
github.com/go-pg/pg/v10 v10.9.3
github.com/golang/snappy v0.0.3 // indirect
github.com/jackc/pgproto3/v2 v2.0.7 // indirect
github.com/lib/pq v1.10.2
github.com/uptrace/bun v0.1.13
github.com/uptrace/bun/dialect/pgdialect v0.1.13
github.com/uptrace/bun/driver/pgdriver v0.1.13
github.com/vmihailenco/msgpack/v5 v5.3.2 // indirect
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
golang.org/x/sys v0.0.0-20210525143221-35b2ab0089ea // indirect
golang.org/x/text v0.3.6 // indirect
gorm.io/driver/postgres v1.1.0
gorm.io/gorm v1.21.10
xorm.io/builder v0.3.9 // indirect
xorm.io/xorm v1.1.0
)