refactor: fork

reverted from vale981/anubis back to TecharoHQ/anubis. removed unused files. bumped go dependencies. removed Caddyfile, LICENSE, and index.html
This commit is contained in:
z0x 2025-05-08 23:04:58 -04:00
parent 3b703a3fe3
commit 1ec36a9289
7 changed files with 21 additions and 75 deletions

View file

@ -4,9 +4,9 @@ import (
"log/slog"
"net/http"
"github.com/vale981/anubis"
libanubis "github.com/vale981/anubis/lib"
"github.com/vale981/anubis/lib/policy"
"github.com/TecharoHQ/anubis"
libanubis "github.com/TecharoHQ/anubis/lib"
"github.com/TecharoHQ/anubis/lib/policy"
"github.com/caddyserver/caddy/v2"
"github.com/caddyserver/caddy/v2/caddyconfig/caddyfile"
"github.com/caddyserver/caddy/v2/caddyconfig/httpcaddyfile"