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 acme contains all objects related the ACME endpoints.
|
||||
// https://tools.ietf.org/html/draft-ietf-acme-acme-16
|
||||
package acme
|
||||
package acme // import "github.com/xenolf/lego/acme"
|
||||
|
||||
import (
|
||||
"encoding/json"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue