From af140275e6d84f6d0025716dcca8b17ef88ed8e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 04:06:57 +0000 Subject: [PATCH] Bump github.com/swaggo/swag from 1.8.3 to 1.8.4 Bumps [github.com/swaggo/swag](https://github.com/swaggo/swag) from 1.8.3 to 1.8.4. - [Release notes](https://github.com/swaggo/swag/releases) - [Changelog](https://github.com/swaggo/swag/blob/master/.goreleaser.yml) - [Commits](https://github.com/swaggo/swag/compare/v1.8.3...v1.8.4) --- updated-dependencies: - dependency-name: github.com/swaggo/swag dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index f1ef3cf..446953a 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/spf13/viper v1.12.0 github.com/stretchr/testify v1.8.0 github.com/swaggo/echo-swagger v1.3.3 - github.com/swaggo/swag v1.8.3 + github.com/swaggo/swag v1.8.4 github.com/thomaspoignant/go-feature-flag v0.27.1 go.uber.org/zap v1.21.0 golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e diff --git a/go.sum b/go.sum index fc39d65..52d4983 100644 --- a/go.sum +++ b/go.sum @@ -404,8 +404,8 @@ github.com/swaggo/echo-swagger v1.3.3/go.mod h1:vbKcEBeJgOexLuPcsdZhrRAV508fsE79 github.com/swaggo/files v0.0.0-20220610200504-28940afbdbfe h1:K8pHPVoTgxFJt1lXuIzzOX7zZhZFldJQK/CgKx9BFIc= github.com/swaggo/files v0.0.0-20220610200504-28940afbdbfe/go.mod h1:lKJPbtWzJ9JhsTN1k1gZgleJWY/cqq0psdoMmaThG3w= github.com/swaggo/swag v1.8.1/go.mod h1:ugemnJsPZm/kRwFUnzBlbHRd0JY9zE1M4F+uy2pAaPQ= -github.com/swaggo/swag v1.8.3 h1:3pZSSCQ//gAH88lfmxM3Cd1+JCsxV8Md6f36b9hrZ5s= -github.com/swaggo/swag v1.8.3/go.mod h1:jMLeXOOmYyjk8PvHTsXBdrubsNd9gUJTTCzL5iBnseg= +github.com/swaggo/swag v1.8.4 h1:oGB351qH1JqUqK1tsMYEE5qTBbPk394BhsZxmUfebcI= +github.com/swaggo/swag v1.8.4/go.mod h1:jMLeXOOmYyjk8PvHTsXBdrubsNd9gUJTTCzL5iBnseg= github.com/thomaspoignant/go-feature-flag v0.27.1 h1:HcXKbVf9+VE4b91VPPqbpD0WR0YH53XxCY6rp6/MAl0= github.com/thomaspoignant/go-feature-flag v0.27.1/go.mod h1:jeYNUrwdma2NIZeb/CSdRve6NBMgcGP+ehe3YC2coNI= github.com/urfave/cli/v2 v2.3.0/go.mod h1:LJmUH05zAU44vOAcrfzZQKsZbVcdbOG8rtL3/XcUArI=