2024-08-20 17:58:37 +00:00
|
|
|
module github.com/nesterow/dal/pkg/filters
|
2024-08-07 19:16:40 +00:00
|
|
|
|
|
|
|
go 1.22.6
|
|
|
|
|
|
|
|
require github.com/pkg/errors v0.9.1 // indirect
|
|
|
|
|
2024-08-20 14:21:40 +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/utils v0.0.0-20240820192515-7a408c994181
|
2024-08-20 14:21:40 +00:00
|
|
|
)
|