chore: update import paths in caddy_anubis.go to reflect the new GitHub repository structure
This commit is contained in:
parent
90321237a3
commit
9f0341c8e4
3 changed files with 47 additions and 27 deletions
|
@ -4,9 +4,9 @@ import (
|
|||
"log/slog"
|
||||
"net/http"
|
||||
|
||||
libanubis "git.z0x.ca/z0x/anubis/lib"
|
||||
"git.z0x.ca/z0x/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