-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
28 lines (25 loc) · 916 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
28
module github.com/go-rel/fixtures
go 1.21
require (
github.com/dominikbraun/graph v0.23.0
github.com/go-quicktest/qt v1.101.0
github.com/go-rel/rel v0.42.0
github.com/go-rel/sqlite3 v0.12.0
github.com/goccy/go-yaml v1.12.0
github.com/mattn/go-sqlite3 v1.14.24
)
require (
github.com/fatih/color v1.10.0 // indirect
github.com/go-rel/sql v0.17.0 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/rogpeppe/go-internal v1.11.0 // indirect
github.com/serenize/snaker v0.0.0-20201027110005-a7ad2135616e // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/text v0.13.0 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)