[chore] update revisions

This commit is contained in:
Anton Nesterov 2024-08-21 01:11:14 +02:00
parent 3f75eedbfc
commit 955bfb01d3
No known key found for this signature in database
GPG key ID: 59121E8AE2851FB5
2 changed files with 3 additions and 3 deletions

View file

@ -18,7 +18,7 @@ replace github.com/nesterow/dal/pkg/facade => ../pkg/facade
require (
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 (

4
go.mod
View file

@ -2,7 +2,7 @@ module github.com/nesterow/dal
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
@ -11,7 +11,7 @@ require (
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/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/philhofer/fwd v1.1.3-0.20240612014219-fbbf4953d986 // indirect
github.com/pkg/errors v0.9.1 // indirect