Update dependencies

This commit is contained in:
Christoph Haas
2023-02-18 23:55:32 +01:00
parent 105fa8a880
commit c5c6135793
3 changed files with 753 additions and 100 deletions

View File

@@ -7,8 +7,8 @@ import (
"github.com/gin-gonic/gin"
wgportal "github.com/h44z/wg-portal"
_ "github.com/h44z/wg-portal/internal/server/docs" // docs is generated by Swag CLI, you have to import it.
swaggerFiles "github.com/swaggo/files"
ginSwagger "github.com/swaggo/gin-swagger"
"github.com/swaggo/gin-swagger/swaggerFiles"
csrf "github.com/utrack/gin-csrf"
)