-
-
Notifications
You must be signed in to change notification settings - Fork 415
Expand file tree
/
Copy pathgo.mod
More file actions
20 lines (16 loc) · 655 Bytes
/
go.mod
File metadata and controls
20 lines (16 loc) · 655 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/go-pg/pg/extra/pgdebug/v10
go 1.24.0
replace github.com/go-pg/pg/v10 => ../..
require github.com/go-pg/pg/v10 v10.15.0
require (
github.com/go-pg/zerochecker v0.2.0 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc // indirect
github.com/vmihailenco/bufpool v0.1.11 // indirect
github.com/vmihailenco/msgpack/v5 v5.3.4 // indirect
github.com/vmihailenco/tagparser v0.1.2 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
golang.org/x/crypto v0.45.0 // indirect
golang.org/x/sys v0.38.0 // indirect
mellium.im/sasl v0.3.1 // indirect
)