dal/pkg/filters/go.mod
Anton Nesterov 7a408c9941
[ref] refactor paths manually
Signed-off-by: Anton Nesterov <anton@demiurg.io>
2024-08-20 21:25:15 +02:00

11 lines
259 B
Modula-2

module github.com/nesterow/dal/pkg/filters
go 1.22.6
require github.com/pkg/errors v0.9.1 // indirect
require (
github.com/nesterow/dal/pkg/adapter v0.0.0-20240820191021-7dcd046e6ca0
github.com/nesterow/dal/pkg/utils v0.0.0-20240820191021-7dcd046e6ca0
)