diff --git a/go.mod b/go.mod index a81ac27e1660a778201b864f9bbc8d64cd1934d7..9040d1cc05f572045e2b716dc7f08255c2ed2756 100644 --- a/go.mod +++ b/go.mod @@ -11,6 +11,7 @@ require ( github.com/nekomeowww/gorm-logger-logrus v1.0.8 github.com/sirupsen/logrus v1.9.3 github.com/swaggo/files v1.0.1 + github.com/swaggo/files/v2 v2.0.2 github.com/swaggo/gin-swagger v1.6.0 github.com/swaggo/swag v1.16.4 github.com/toorop/gin-logrus v0.0.0-20210225092905-2c785434f26f diff --git a/go.sum b/go.sum index 77de2d78e8339ffebce8eb16e32a7e4248e0321e..b11308aaac1cc11e8699bebf589f80dc80e0b822 100644 --- a/go.sum +++ b/go.sum @@ -132,6 +132,7 @@ github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsT github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= github.com/swaggo/files v1.0.1 h1:J1bVJ4XHZNq0I46UU90611i9/YzdrF7x92oX1ig5IdE= github.com/swaggo/files v1.0.1/go.mod h1:0qXmMNH6sXNf+73t65aKeB+ApmgxdnkQzVTAj2uaMUg= +github.com/swaggo/files/v2 v2.0.2/go.mod h1:TVqetIzZsO9OhHX1Am9sRf9LdrFZqoK49N37KON/jr0= github.com/swaggo/gin-swagger v1.6.0 h1:y8sxvQ3E20/RCyrXeFfg60r6H0Z+SwpTjMYsMm+zy8M= github.com/swaggo/gin-swagger v1.6.0/go.mod h1:BG00cCEy294xtVpyIAHG6+e2Qzj/xKlRdOqDkvq0uzo= github.com/swaggo/swag v1.16.4 h1:clWJtd9LStiG3VeijiCfOVODP6VpHtKdQy9ELFG3s1A=