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
|
|
@ -1,7 +1,7 @@
|
|||
package reverseproxy
|
||||
|
||||
import (
|
||||
"bitbucket.org/lightcodelabs/caddy2"
|
||||
"github.com/caddyserver/caddy2"
|
||||
)
|
||||
|
||||
// Register caddy module.
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ import (
|
|||
"sync/atomic"
|
||||
"time"
|
||||
|
||||
"bitbucket.org/lightcodelabs/caddy2"
|
||||
"github.com/caddyserver/caddy2"
|
||||
)
|
||||
|
||||
// CircuitBreaker defines the functionality of a circuit breaker module.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue