chore: update anubis dependency to use the new GitHub repository and adjust import paths
This commit is contained in:
parent
ba9dd79c3e
commit
90321237a3
4 changed files with 4 additions and 4 deletions
|
@ -4,9 +4,9 @@ import (
|
|||
"log/slog"
|
||||
"net/http"
|
||||
|
||||
"git.z0x.ca/z0x/anubis"
|
||||
libanubis "git.z0x.ca/z0x/anubis/lib"
|
||||
"git.z0x.ca/z0x/anubis/lib/policy"
|
||||
"github.com/TecharoHQ/anubis"
|
||||
"github.com/caddyserver/caddy/v2"
|
||||
"github.com/caddyserver/caddy/v2/caddyconfig/caddyfile"
|
||||
"github.com/caddyserver/caddy/v2/caddyconfig/httpcaddyfile"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue