[chore] update revisions
This commit is contained in:
parent
3f75eedbfc
commit
955bfb01d3
|
@ -18,7 +18,7 @@ replace github.com/nesterow/dal/pkg/facade => ../pkg/facade
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/mattn/go-sqlite3 v1.14.22
|
github.com/mattn/go-sqlite3 v1.14.22
|
||||||
github.com/nesterow/dal/pkg/facade v0.0.0-20240820230328-f8e28d2a2e42
|
github.com/nesterow/dal/pkg/facade v0.0.0-20240820230908-3f75eedbfcb1
|
||||||
)
|
)
|
||||||
|
|
||||||
require (
|
require (
|
||||||
|
|
4
go.mod
4
go.mod
|
@ -2,7 +2,7 @@ module github.com/nesterow/dal
|
||||||
|
|
||||||
go 1.22.6
|
go 1.22.6
|
||||||
|
|
||||||
require github.com/nesterow/dal/pkg/facade v0.0.0-20240820192515-7a408c994181
|
require github.com/nesterow/dal/pkg/facade v0.0.0-20240820230908-3f75eedbfcb1
|
||||||
|
|
||||||
require github.com/mattn/go-sqlite3 v1.14.22
|
require github.com/mattn/go-sqlite3 v1.14.22
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@ require (
|
||||||
github.com/nesterow/dal/pkg/builder v0.0.0-20240820191021-7dcd046e6ca0 // indirect
|
github.com/nesterow/dal/pkg/builder v0.0.0-20240820191021-7dcd046e6ca0 // indirect
|
||||||
github.com/nesterow/dal/pkg/filters v0.0.0-20240820191021-7dcd046e6ca0 // indirect
|
github.com/nesterow/dal/pkg/filters v0.0.0-20240820191021-7dcd046e6ca0 // indirect
|
||||||
github.com/nesterow/dal/pkg/handler v0.0.0-20240820192515-7a408c994181 // indirect
|
github.com/nesterow/dal/pkg/handler v0.0.0-20240820192515-7a408c994181 // indirect
|
||||||
github.com/nesterow/dal/pkg/proto v0.0.0-20240820192515-7a408c994181 // indirect
|
github.com/nesterow/dal/pkg/proto v0.0.0-20240820230328-f8e28d2a2e42 // indirect
|
||||||
github.com/nesterow/dal/pkg/utils v0.0.0-20240820191021-7dcd046e6ca0 // indirect
|
github.com/nesterow/dal/pkg/utils v0.0.0-20240820191021-7dcd046e6ca0 // indirect
|
||||||
github.com/philhofer/fwd v1.1.3-0.20240612014219-fbbf4953d986 // indirect
|
github.com/philhofer/fwd v1.1.3-0.20240612014219-fbbf4953d986 // indirect
|
||||||
github.com/pkg/errors v0.9.1 // indirect
|
github.com/pkg/errors v0.9.1 // indirect
|
||||||
|
|
Loading…
Reference in a new issue