dal/go.mod

14 lines
341 B
Modula-2
Raw Normal View History

2024-08-20 13:53:12 +00:00
module github.com/nesterow/dal
go 1.22.6
2024-08-20 19:10:21 +00:00
require github.com/nesterow/dal/pkg/facade v0.0.0-20240820175837-f06ad4a34238
2024-08-20 19:10:21 +00:00
require github.com/mattn/go-sqlite3 v1.14.22
require (
github.com/philhofer/fwd v1.1.3-0.20240612014219-fbbf4953d986 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/tinylib/msgp v1.2.0 // indirect
)