2024-08-20 17:58:37 +00:00
|
|
|
module github.com/nesterow/dal/pkg/handler
|
2024-08-11 14:29:42 +00:00
|
|
|
|
|
|
|
go 1.22.6
|
2024-08-14 12:02:20 +00:00
|
|
|
|
2024-08-20 14:21:40 +00:00
|
|
|
require (
|
2024-08-20 19:18:15 +00:00
|
|
|
github.com/nesterow/dal/pkg/adapter v0.0.0-20240820191021-7dcd046e6ca0
|
|
|
|
github.com/nesterow/dal/pkg/proto v0.0.0-20240820191021-7dcd046e6ca0
|
2024-08-20 14:21:40 +00:00
|
|
|
)
|
2024-08-15 04:23:36 +00:00
|
|
|
|
2024-08-20 14:21:40 +00:00
|
|
|
require (
|
2024-08-20 19:18:15 +00:00
|
|
|
github.com/nesterow/dal/pkg/builder v0.0.0-20240820191021-7dcd046e6ca0 // indirect
|
|
|
|
github.com/nesterow/dal/pkg/filters v0.0.0-20240820191021-7dcd046e6ca0 // indirect
|
|
|
|
github.com/nesterow/dal/pkg/utils v0.0.0-20240820191021-7dcd046e6ca0 // indirect
|
2024-08-20 14:21:40 +00:00
|
|
|
)
|
2024-08-14 12:02:20 +00:00
|
|
|
|
|
|
|
require (
|
2024-08-15 04:23:36 +00:00
|
|
|
github.com/mattn/go-sqlite3 v1.14.22
|
2024-08-14 12:02:20 +00:00
|
|
|
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
|
2024-08-15 04:23:36 +00:00
|
|
|
|
2024-08-14 12:02:20 +00:00
|
|
|
)
|