Skip to content

Commit

Permalink
fix: Add the missing import in auth_middleware_no_ziti
Browse files Browse the repository at this point in the history
Add the missing import in auth_middleware_no_ziti.

Signed-off-by: Lindsey Cheng <beckysocute@gmail.com>
  • Loading branch information
lindseysimple committed Jan 6, 2025
1 parent 1da7d09 commit 606c2bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bootstrap/handlers/auth_middleware_no_ziti.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ import (
"github.com/edgexfoundry/go-mod-core-contracts/v4/clients/logger"

"github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/interfaces"
"github.com/edgexfoundry/go-mod-bootstrap/v4/di"

"github.com/labstack/echo/v4"
)

Expand Down

0 comments on commit 606c2bb

Please sign in to comment.