2024-08-20 13:53:12 +00:00
|
|
|
module github.com/nesterow/dal/pkg/proto
|
2024-08-13 00:29:27 +00:00
|
|
|
|
|
|
|
go 1.22.6
|
|
|
|
|
2024-08-20 14:21:40 +00:00
|
|
|
replace github.com/nesterow/dal/pkg/builder => ../builder
|
2024-08-13 00:29:27 +00:00
|
|
|
|
2024-08-20 14:21:40 +00:00
|
|
|
require (
|
|
|
|
github.com/nesterow/dal/pkg/adapter v0.0.0
|
|
|
|
github.com/nesterow/dal/pkg/builder v0.0.0-00010101000000-000000000000
|
|
|
|
github.com/tinylib/msgp v1.2.0
|
|
|
|
)
|
2024-08-13 00:29:27 +00:00
|
|
|
|
|
|
|
require github.com/philhofer/fwd v1.1.3-0.20240612014219-fbbf4953d986 // indirect
|
|
|
|
|
2024-08-20 14:21:40 +00:00
|
|
|
replace github.com/nesterow/dal/pkg/utils => ../utils
|
2024-08-13 00:29:27 +00:00
|
|
|
|
2024-08-20 14:21:40 +00:00
|
|
|
replace github.com/nesterow/dal/pkg/adapter => ../adapter
|
2024-08-13 00:29:27 +00:00
|
|
|
|
2024-08-20 14:21:40 +00:00
|
|
|
replace github.com/nesterow/dal/pkg/filters => ../filters
|
2024-08-13 00:29:27 +00:00
|
|
|
|
|
|
|
require (
|
2024-08-20 14:21:40 +00:00
|
|
|
github.com/nesterow/dal/pkg/filters v0.0.0-00010101000000-000000000000 // indirect
|
2024-08-20 13:53:12 +00:00
|
|
|
github.com/nesterow/dal/pkg/utils v0.0.0 // indirect
|
2024-08-20 14:21:40 +00:00
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
2024-08-13 00:29:27 +00:00
|
|
|
)
|