dal/pkg/builder/go.mod

18 lines
504 B
Modula-2
Raw Normal View History

2024-08-20 17:58:37 +00:00
module github.com/nesterow/dal/pkg/builder
go 1.22.6
2024-08-20 19:10:21 +00:00
replace github.com/nesterow/dal/pkg/utils => ../utils
2024-08-08 17:26:29 +00:00
2024-08-20 19:10:21 +00:00
replace github.com/nesterow/dal/pkg/filters => ../filters
2024-08-08 17:26:29 +00:00
2024-08-20 19:10:21 +00:00
replace github.com/nesterow/dal/pkg/adapter => ../adapter
2024-08-08 17:26:29 +00:00
2024-08-20 19:10:21 +00:00
require (
github.com/nesterow/dal/pkg/adapter v0.0.0-20240820175837-f06ad4a34238
github.com/nesterow/dal/pkg/filters v0.0.0-20240820175837-f06ad4a34238
github.com/nesterow/dal/pkg/utils v0.0.0-20240820175837-f06ad4a34238
)
2024-08-20 19:10:21 +00:00
require github.com/pkg/errors v0.9.1 // indirect