mirror of
https://github.com/caddyserver/caddy.git
synced 2026-08-04 06:53:36 +00:00
Change import paths to GitHub package names
This commit is contained in:
parent
39db06d9c4
commit
613aecb898
32 changed files with 63 additions and 62 deletions
|
|
@ -3,7 +3,7 @@ package caddyscript
|
|||
import (
|
||||
"net/http"
|
||||
|
||||
caddyscript "bitbucket.org/lightcodelabs/caddy2/pkg/caddyscript/lib"
|
||||
caddyscript "github.com/caddyserver/caddy2/pkg/caddyscript/lib"
|
||||
"go.starlark.net/starlark"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue