Skip to content

Commit

Permalink
fix(security): update import path for context package
Browse files Browse the repository at this point in the history
- Change import path for context package to use the new location
  • Loading branch information
godcong committed Nov 28, 2024
1 parent a1bae01 commit 5f89728
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions middleware/security/security.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
package security

import (
"github.com/origadmin/runtime/context"
configv1 "github.com/origadmin/runtime/gen/go/config/v1"
"github.com/origadmin/runtime/middleware"
)
Expand Down

0 comments on commit 5f89728

Please sign in to comment.