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:
parent
3b703a3fe3
commit
1ec36a9289
7 changed files with 21 additions and 75 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue