-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
36 lines (33 loc) · 1.26 KB
/
go.mod
File metadata and controls
36 lines (33 loc) · 1.26 KB
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
module github.com/dogmatiq/example
go 1.25.0
require (
github.com/dogmatiq/dogma v0.20.0
github.com/dogmatiq/enginekit v0.20.1
github.com/dogmatiq/projectionkit v0.10.0
github.com/dogmatiq/sqltest v0.3.0
github.com/dogmatiq/testkit v0.20.1
github.com/mattn/go-sqlite3 v1.14.41
)
require (
filippo.io/edwards25519 v1.1.1 // indirect
github.com/dogmatiq/cosyne v0.2.0 // indirect
github.com/dogmatiq/dapper v0.6.0 // 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.9.3 // 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-20240606120523-5a60cdf6a761 // 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.4.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/crypto v0.45.0 // indirect
golang.org/x/text v0.35.0 // indirect
google.golang.org/protobuf v1.36.11 // indirect
)