dal/pkg/__test__/go.mod

17 lines
308 B
Modula-2
Raw Normal View History

2024-08-20 17:34:01 +00:00
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
)