chore: update anubis dependency to use the new GitHub repository and adjust import paths

This commit is contained in:
z0x 2025-05-10 14:39:39 -04:00
parent ba9dd79c3e
commit 90321237a3
4 changed files with 4 additions and 4 deletions

View file

@ -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"