2024-08-20 17:27:14 +00:00
|
|
|
module pkg/builder
|
2024-08-08 09:09:17 +00:00
|
|
|
|
|
|
|
go 1.22.6
|
|
|
|
|
2024-08-20 14:21:40 +00:00
|
|
|
require (
|
|
|
|
github.com/nesterow/dal/pkg/adapter v0.0.0
|
|
|
|
github.com/nesterow/dal/pkg/filters v0.0.0-00010101000000-000000000000
|
|
|
|
github.com/nesterow/dal/pkg/utils v0.0.0
|
|
|
|
)
|
2024-08-08 17:26:29 +00:00
|
|
|
|
2024-08-20 14:21:40 +00:00
|
|
|
replace github.com/nesterow/dal/pkg/utils => ../utils
|
2024-08-08 17:26:29 +00:00
|
|
|
|
|
|
|
require github.com/pkg/errors v0.9.1 // indirect
|
|
|
|
|
2024-08-20 14:21:40 +00:00
|
|
|
replace github.com/nesterow/dal/pkg/filters => ../filters
|
2024-08-09 14:56:38 +00:00
|
|
|
|
2024-08-20 14:21:40 +00:00
|
|
|
replace github.com/nesterow/dal/pkg/adapter => ../adapter
|