diff --git a/services/dbaas-adapter/go.mod b/services/dbaas-adapter/go.mod index 2a62a803..01f9627d 100644 --- a/services/dbaas-adapter/go.mod +++ b/services/dbaas-adapter/go.mod @@ -3,7 +3,7 @@ module github.com/Netcracker/pgskipper-dbaas-adapter/postgresql-dbaas-adapter go 1.25.5 require ( - github.com/Netcracker/qubership-dbaas-adapter-core v0.11.0 + github.com/Netcracker/qubership-dbaas-adapter-core v0.11.1 github.com/gofiber/fiber/v2 v2.52.11 github.com/google/uuid v1.6.0 github.com/jackc/pgconn v1.14.3 diff --git a/services/dbaas-adapter/go.sum b/services/dbaas-adapter/go.sum index 7abd4e17..5812a6da 100644 --- a/services/dbaas-adapter/go.sum +++ b/services/dbaas-adapter/go.sum @@ -4,8 +4,8 @@ github.com/KyleBanks/depth v1.2.1/go.mod h1:jzSb9d0L43HxTQfT+oSA1EEp2q+ne2uh6Xge github.com/Masterminds/semver/v3 v3.1.1/go.mod h1:VPu/7SZ7ePZ3QOrcuXROw5FAcLl4a0cBrbBpGY/8hQs= github.com/Masterminds/semver/v3 v3.4.0 h1:Zog+i5UMtVoCU8oKka5P7i9q9HgrJeGzI9SA1Xbatp0= github.com/Masterminds/semver/v3 v3.4.0/go.mod h1:4V+yj/TJE1HU9XfppCwVMZq3I84lprf4nC11bSS5beM= -github.com/Netcracker/qubership-dbaas-adapter-core v0.11.0 h1:tBdeneu9r0vwaGP7jhegfQVeXHORySJP8Vlf2M6XMWg= -github.com/Netcracker/qubership-dbaas-adapter-core v0.11.0/go.mod h1:WwqayO1puRMdzoB6EbIpHWqhkYi4JT7v4pCVM6h15D8= +github.com/Netcracker/qubership-dbaas-adapter-core v0.11.1 h1:h8/lbtIKWuvQCiWMz3MuWDpoJ3rdJQaVAgzPaT3M+j4= +github.com/Netcracker/qubership-dbaas-adapter-core v0.11.1/go.mod h1:WwqayO1puRMdzoB6EbIpHWqhkYi4JT7v4pCVM6h15D8= github.com/PuerkitoBio/purell v1.1.1/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0= github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578/go.mod h1:uGdkoq3SwY9Y+13GIhn11/XLaGBb4BfwItxLd5jeuXE= github.com/andybalholm/brotli v1.1.0 h1:eLKJA0d02Lf0mVpIDgYnqXcUn0GqVmEFny3VuID1U3M=