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

2
go.mod
View file

@ -3,7 +3,7 @@ module git.z0x.ca/z0x/caddy-anubis
go 1.24.1
require (
git.z0x.ca/z0x/anubis v0.0.0-20240309031004-fcc59168a86c
github.com/TecharoHQ/anubis v1.15.2
github.com/caddyserver/caddy/v2 v2.10.0
go.uber.org/zap v1.27.0
)