upgrade dependency

This commit is contained in:
Hayden 2024-03-01 10:54:31 -06:00
parent c36ce7ac2d
commit 749ee367d4
No known key found for this signature in database
GPG key ID: 17CF79474E257545
3 changed files with 5 additions and 34 deletions

View file

@ -17,7 +17,7 @@ import (
"github.com/hay-kot/homebox/backend/internal/data/ent/authroles"
"github.com/hay-kot/homebox/backend/internal/data/repo"
"github.com/hay-kot/httpkit/errchain"
httpSwagger "github.com/swaggo/http-swagger" // http-swagger middleware
httpSwagger "github.com/swaggo/http-swagger/v2" // http-swagger middleware
)
const prefix = "/api"