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

5
go.mod
View file

@ -1,10 +1,10 @@
module github.com/vale981/caddy-anubis
module github.com/TecharoHQ/caddy-anubis
go 1.24.2
require (
github.com/TecharoHQ/anubis v1.15.2
github.com/caddyserver/caddy/v2 v2.10.0
github.com/vale981/anubis v0.0.0-20250423170453-07b0c024fa1b
go.uber.org/zap v1.27.0
)
@ -26,7 +26,6 @@ require (
github.com/Masterminds/semver/v3 v3.3.1 // indirect
github.com/Masterminds/sprig/v3 v3.3.0 // indirect
github.com/Microsoft/go-winio v0.6.2 // indirect
github.com/TecharoHQ/anubis v1.16.0 // indirect
github.com/antlr4-go/antlr/v4 v4.13.1 // indirect
github.com/aryann/difflib v0.0.0-20210328193216-ff5ff6dc229b // indirect
github.com/beorn7/perks v1.0.1 // indirect