-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
38 lines (34 loc) · 1.28 KB
/
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
29
30
31
32
33
34
35
36
37
38
module github.com/dogmatiq/example
go 1.23
toolchain go1.23.0
require (
github.com/dogmatiq/configkit v0.16.0
github.com/dogmatiq/dogma v0.15.0
github.com/dogmatiq/projectionkit v0.7.5
github.com/dogmatiq/sqltest v0.3.0
github.com/dogmatiq/testkit v0.18.1
github.com/mattn/go-sqlite3 v1.14.24
)
require (
github.com/dogmatiq/cosyne v0.2.0 // indirect
github.com/dogmatiq/dapper v0.6.0 // indirect
github.com/dogmatiq/enginekit v0.16.1 // indirect
github.com/dogmatiq/iago v0.4.0 // indirect
github.com/dogmatiq/jumble v0.1.0 // indirect
github.com/dogmatiq/linger v1.1.0 // indirect
github.com/go-sql-driver/mysql v1.5.0 // indirect
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
github.com/jackc/pgconn v1.14.3 // indirect
github.com/jackc/pgio v1.0.0 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgproto3/v2 v2.3.3 // indirect
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
github.com/jackc/pgtype v1.14.0 // indirect
github.com/jackc/pgx/v4 v4.18.2 // indirect
github.com/lib/pq v1.10.2 // indirect
github.com/sergi/go-diff v1.3.1 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/crypto v0.31.0 // indirect
golang.org/x/text v0.21.0 // indirect
google.golang.org/protobuf v1.34.2 // indirect
)