From 27dad0e11859a69c1cd9cdb3240bb640b583c20f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Jul 2023 20:10:52 -0800 Subject: [PATCH] fix(deps): update module github.com/swaggo/http-swagger to v2 (#508) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- backend/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/go.mod b/backend/go.mod index 9d913dd..9a5e4fd 100644 --- a/backend/go.mod +++ b/backend/go.mod @@ -17,7 +17,7 @@ require ( github.com/pkg/errors v0.9.1 github.com/rs/zerolog v1.29.1 github.com/stretchr/testify v1.8.4 - github.com/swaggo/http-swagger v1.3.4 + github.com/swaggo/http-swagger/v2 v2.0.1 github.com/swaggo/http-swagger/v2 v2.0.1 github.com/swaggo/swag v1.16.1 github.com/yeqown/go-qrcode/v2 v2.2.2