From 3f75eedbfcb18ce552f4c2190802e2486703d28f Mon Sep 17 00:00:00 2001 From: Anton Nesterov Date: Wed, 21 Aug 2024 01:09:08 +0200 Subject: [PATCH] [chore] update revisions --- binding/go.mod | 4 ++-- pkg/facade/go.mod | 2 +- pkg/facade/go.sum | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/binding/go.mod b/binding/go.mod index bdbc5c7..4ed68e4 100644 --- a/binding/go.mod +++ b/binding/go.mod @@ -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-20240820192515-7a408c994181 + github.com/nesterow/dal/pkg/facade v0.0.0-20240820230328-f8e28d2a2e42 ) require ( @@ -26,7 +26,7 @@ require ( 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 - 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-20240820192515-7a408c994181 // indirect github.com/philhofer/fwd v1.1.3-0.20240612014219-fbbf4953d986 // indirect github.com/pkg/errors v0.9.1 // indirect diff --git a/pkg/facade/go.mod b/pkg/facade/go.mod index a4b91d4..1dc376e 100644 --- a/pkg/facade/go.mod +++ b/pkg/facade/go.mod @@ -5,7 +5,7 @@ go 1.22.6 require ( github.com/nesterow/dal/pkg/adapter v0.0.0-20240820192515-7a408c994181 github.com/nesterow/dal/pkg/handler v0.0.0-20240820192515-7a408c994181 - github.com/nesterow/dal/pkg/proto v0.0.0-20240820192515-7a408c994181 + github.com/nesterow/dal/pkg/proto v0.0.0-20240820230328-f8e28d2a2e42 ) require ( diff --git a/pkg/facade/go.sum b/pkg/facade/go.sum index 97b1a9e..cce5401 100644 --- a/pkg/facade/go.sum +++ b/pkg/facade/go.sum @@ -8,8 +8,8 @@ github.com/nesterow/dal/pkg/filters v0.0.0-20240820192515-7a408c994181 h1:Vi6v1T github.com/nesterow/dal/pkg/filters v0.0.0-20240820192515-7a408c994181/go.mod h1:6aUr+2+D+184FTSXgziW6r1bvcKTY+Ie3TW4iET0g6I= github.com/nesterow/dal/pkg/handler v0.0.0-20240820192515-7a408c994181 h1:dAzXf3pEYEKTF+WHJxmfy81XLPJ7BcFy3MEYYsLeyQE= github.com/nesterow/dal/pkg/handler v0.0.0-20240820192515-7a408c994181/go.mod h1:yxMmRLpnj8PmBylCcVr0PJwpy2uLwNjsMFk36kGNWOE= -github.com/nesterow/dal/pkg/proto v0.0.0-20240820192515-7a408c994181 h1:HcGM9fagbbGa0r/6TRrg+lzRbW79sOr6yTczYkO1miw= -github.com/nesterow/dal/pkg/proto v0.0.0-20240820192515-7a408c994181/go.mod h1:MUS8KEmlNqjUuhNyK4TOkUwjT9893jmNm++ukVz2hzU= +github.com/nesterow/dal/pkg/proto v0.0.0-20240820230328-f8e28d2a2e42 h1:bUnae1O6MEYWEZepd2ir3iSkydfX9/8DLRoH0U+EWHM= +github.com/nesterow/dal/pkg/proto v0.0.0-20240820230328-f8e28d2a2e42/go.mod h1:YGGcF6rUmoknTFR3csZyLjJhpuFBw9S+DQa61P8B8kY= github.com/nesterow/dal/pkg/utils v0.0.0-20240820192515-7a408c994181 h1:b/D2uq18D6CzAh+NUyD1cM7s/q/aQZEpXy57iKyzg8k= github.com/nesterow/dal/pkg/utils v0.0.0-20240820192515-7a408c994181/go.mod h1:0XWmrxZfyoEAZoCOxP3quEOP7ZNK2Lhvtpeux8C74mw= github.com/philhofer/fwd v1.1.3-0.20240612014219-fbbf4953d986 h1:jYi87L8j62qkXzaYHAQAhEapgukhenIMZRBKTNRLHJ4=