From 21a541dbe6719bc5d545147dd561e0ea3a221bfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 10:47:13 +0000 Subject: [PATCH] deps: Bump github.com/swaggo/swag from 1.16.4 to 1.16.6 Bumps [github.com/swaggo/swag](https://github.com/swaggo/swag) from 1.16.4 to 1.16.6. - [Release notes](https://github.com/swaggo/swag/releases) - [Commits](https://github.com/swaggo/swag/compare/v1.16.4...v1.16.6) --- updated-dependencies: - dependency-name: github.com/swaggo/swag dependency-version: 1.16.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 3 ++- go.sum | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 177c931..5290964 100644 --- a/go.mod +++ b/go.mod @@ -15,7 +15,7 @@ require ( github.com/minisource/go-common v0.0.4-0.20250402190339-caa3304676a9 github.com/minisource/go-sdk v0.0.0-00010101000000-000000000000 github.com/stretchr/testify v1.11.1 - github.com/swaggo/swag v1.16.4 + github.com/swaggo/swag v1.16.6 go.mongodb.org/mongo-driver v1.17.1 ) @@ -75,6 +75,7 @@ require ( go.uber.org/multierr v1.11.0 // indirect go.uber.org/zap v1.27.0 // indirect golang.org/x/crypto v0.47.0 // indirect + golang.org/x/mod v0.31.0 // indirect golang.org/x/net v0.48.0 // indirect golang.org/x/sync v0.19.0 // indirect golang.org/x/sys v0.40.0 // indirect diff --git a/go.sum b/go.sum index b82d16f..286ca1c 100644 --- a/go.sum +++ b/go.sum @@ -128,6 +128,8 @@ github.com/swaggo/files/v2 v2.0.0 h1:hmAt8Dkynw7Ssz46F6pn8ok6YmGZqHSVLZ+HQM7i0kw github.com/swaggo/files/v2 v2.0.0/go.mod h1:24kk2Y9NYEJ5lHuCra6iVwkMjIekMCaFq/0JQj66kyM= github.com/swaggo/swag v1.16.4 h1:clWJtd9LStiG3VeijiCfOVODP6VpHtKdQy9ELFG3s1A= github.com/swaggo/swag v1.16.4/go.mod h1:VBsHJRsDvfYvqoiMKnsdwhNV9LEMHgEDZcyVYX0sxPg= +github.com/swaggo/swag v1.16.6 h1:qBNcx53ZaX+M5dxVyTrgQ0PJ/ACK+NzhwcbieTt+9yI= +github.com/swaggo/swag v1.16.6/go.mod h1:ngP2etMK5a0P3QBizic5MEwpRmluJZPHjXcMoj4Xesg= github.com/valyala/bytebufferpool v1.0.0 h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw= github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc= github.com/valyala/fasthttp v1.63.0 h1:DisIL8OjB7ul2d7cBaMRcKTQDYnrGy56R4FCiuDP0Ns=