2024-08-20 17:58:37 +00:00
|
|
|
module github.com/nesterow/dal/pkg/builder
|
2024-08-08 09:09:17 +00:00
|
|
|
|
|
|
|
go 1.22.6
|
|
|
|
|
2024-08-20 19:10:21 +00:00
|
|
|
require (
|
2024-08-20 19:33:20 +00:00
|
|
|
github.com/nesterow/dal/pkg/adapter v0.0.0-20240820192515-7a408c994181
|
|
|
|
github.com/nesterow/dal/pkg/filters v0.0.0-20240820192515-7a408c994181
|
|
|
|
github.com/nesterow/dal/pkg/utils v0.0.0-20240820192515-7a408c994181
|
2024-08-20 19:10:21 +00:00
|
|
|
)
|
2024-08-09 14:56:38 +00:00
|
|
|
|
2024-08-20 19:10:21 +00:00
|
|
|
require github.com/pkg/errors v0.9.1 // indirect
|