mirror of
https://github.com/twofas/2fas-server.git
synced 2024-12-05 00:29:56 +01:00
chore: organise imports
This commit is contained in:
parent
140a4b1d79
commit
91c809ec38
2
Makefile
2
Makefile
@ -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
|
||||
|
@ -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"
|
||||
)
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user