-
Notifications
You must be signed in to change notification settings - Fork 14
/
go.mod
27 lines (22 loc) · 831 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
module github.com/peterldowns/pgtestdb/migrators/bunmigrator
go 1.21.0
toolchain go1.22.1
replace github.com/peterldowns/pgtestdb => ../../
require (
github.com/peterldowns/pgtestdb v0.1.1
github.com/peterldowns/testy v0.0.1
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
)
require (
github.com/google/go-cmp v0.6.0 // indirect
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.4.1 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
golang.org/x/crypto v0.27.0 // indirect
golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8 // indirect
golang.org/x/sys v0.25.0 // indirect
mellium.im/sasl v0.3.1 // indirect
)