Use canonical imports (#822)
* fix: challenge are not required for revoke.
This commit is contained in:
parent
62fea05e21
commit
219222fdda
197 changed files with 229 additions and 231 deletions
|
@ -1,6 +1,6 @@
|
|||
// Package memcached implements a HTTP provider for solving the HTTP-01 challenge using memcached
|
||||
// in combination with a webserver.
|
||||
package memcached
|
||||
package memcached // import "github.com/xenolf/lego/providers/http/memcached"
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue