Rename package

This commit is contained in:
vysion 2022-03-30 12:15:10 -07:00
parent 8b04414f96
commit e539043714
2 changed files with 4 additions and 4 deletions

View File

@ -2,8 +2,8 @@ package security
import (
"github.com/valyala/fasthttp"
"github.com/vysiondev/tytanium/global"
"github.com/vysiondev/tytanium/response"
"tytanium/global"
"tytanium/response"
)
// IsAuthorized compares the Authorization header to the master key. If they don't match,

View File

@ -3,8 +3,8 @@ package security
import (
"github.com/gabriel-vasile/mimetype"
"github.com/valyala/fasthttp"
"github.com/vysiondev/tytanium/global"
"github.com/vysiondev/tytanium/response"
"tytanium/global"
"tytanium/response"
)
type FilterStatus int