chore: organise imports

This commit is contained in:
Krzysztof Dryś 2024-01-04 14:38:11 +01:00
parent 140a4b1d79
commit 91c809ec38
3 changed files with 3 additions and 1 deletions

View File

@ -35,4 +35,4 @@ tests-e2e: ## run end to end tests
vendor-licenses: ## report vendor licenses
go-licenses report ./cmd/api --template licenses.tpl > licenses.json 2> licenses-errors
go-licenses report ./cmd/api --template licenses.tpl > licenses.json 2> licenses-errors

View File

@ -2,6 +2,7 @@ package pass
import (
"github.com/gin-gonic/gin"
"github.com/twofas/2fas-server/internal/common/http"
"github.com/twofas/2fas-server/internal/common/recovery"
)

View File

@ -2,6 +2,7 @@ package websocket
import (
"github.com/gin-gonic/gin"
"github.com/twofas/2fas-server/internal/common/http"
"github.com/twofas/2fas-server/internal/common/recovery"
"github.com/twofas/2fas-server/internal/websocket/browser_extension"