2024-08-20 11:09:35 +00:00
|
|
|
module binding
|
2024-08-19 15:46:28 +00:00
|
|
|
|
|
|
|
go 1.22.6
|
|
|
|
|
2024-08-20 19:10:21 +00:00
|
|
|
replace github.com/nesterow/dal/pkg/adapter => ../pkg/adapter
|
2024-08-19 15:46:28 +00:00
|
|
|
|
2024-08-20 19:10:21 +00:00
|
|
|
replace github.com/nesterow/dal/pkg/proto => ../pkg/proto
|
2024-08-19 15:46:28 +00:00
|
|
|
|
2024-08-20 19:10:21 +00:00
|
|
|
replace github.com/nesterow/dal/pkg/builder => ../pkg/builder
|
2024-08-19 15:46:28 +00:00
|
|
|
|
2024-08-20 19:10:21 +00:00
|
|
|
replace github.com/nesterow/dal/pkg/filters => ../pkg/filters
|
2024-08-19 15:46:28 +00:00
|
|
|
|
2024-08-20 19:10:21 +00:00
|
|
|
replace github.com/nesterow/dal/pkg/utils => ../pkg/utils
|
2024-08-19 15:46:28 +00:00
|
|
|
|
2024-08-20 19:10:21 +00:00
|
|
|
replace github.com/nesterow/dal/pkg/handler => ../pkg/handler
|
2024-08-19 15:46:28 +00:00
|
|
|
|
2024-08-20 19:10:21 +00:00
|
|
|
replace github.com/nesterow/dal/pkg/facade => ../pkg/facade
|
2024-08-19 15:46:28 +00:00
|
|
|
|
2024-08-20 01:36:41 +00:00
|
|
|
require (
|
|
|
|
github.com/mattn/go-sqlite3 v1.14.22
|
2024-08-20 23:11:14 +00:00
|
|
|
github.com/nesterow/dal/pkg/facade v0.0.0-20240820230908-3f75eedbfcb1
|
2024-08-20 01:36:41 +00:00
|
|
|
)
|
2024-08-19 15:46:28 +00:00
|
|
|
|
|
|
|
require (
|
2024-08-20 19:33:20 +00:00
|
|
|
github.com/nesterow/dal/pkg/adapter v0.0.0-20240820192515-7a408c994181 // indirect
|
|
|
|
github.com/nesterow/dal/pkg/builder v0.0.0-20240820192515-7a408c994181 // indirect
|
|
|
|
github.com/nesterow/dal/pkg/filters v0.0.0-20240820192515-7a408c994181 // indirect
|
|
|
|
github.com/nesterow/dal/pkg/handler v0.0.0-20240820192515-7a408c994181 // indirect
|
2024-08-20 23:09:08 +00:00
|
|
|
github.com/nesterow/dal/pkg/proto v0.0.0-20240820230328-f8e28d2a2e42 // indirect
|
2024-08-20 19:33:20 +00:00
|
|
|
github.com/nesterow/dal/pkg/utils v0.0.0-20240820192515-7a408c994181 // indirect
|
2024-08-19 15:46:28 +00:00
|
|
|
github.com/philhofer/fwd v1.1.3-0.20240612014219-fbbf4953d986 // indirect
|
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
|
|
github.com/tinylib/msgp v1.2.0 // indirect
|
|
|
|
)
|