dal/pkg/__test__/go.mod
2024-08-29 21:10:29 +02:00

17 lines
308 B
Modula-2

module pkg/tests
go 1.22.6
replace l12.xyz/x/dal => ../../
require (
github.com/philhofer/fwd v1.1.3-0.20240612014219-fbbf4953d986 // indirect
github.com/tinylib/msgp v1.2.0 // indirect
l12.xyz/x/dal v0.0.0
)
require (
github.com/mattn/go-sqlite3 v1.14.22
github.com/pkg/errors v0.9.1 // indirect
)