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