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,4 +1,4 @@
|
|||
package stackpath
|
||||
package stackpath // import "github.com/xenolf/lego/providers/dns/stackpath"
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
// Package stackpath implements a DNS provider for solving the DNS-01 challenge using Stackpath DNS.
|
||||
// https://developer.stackpath.com/en/api/dns/
|
||||
package stackpath
|
||||
package stackpath // import "github.com/xenolf/lego/providers/dns/stackpath"
|
||||
|
||||
import (
|
||||
"context"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package stackpath
|
||||
package stackpath // import "github.com/xenolf/lego/providers/dns/stackpath"
|
||||
|
||||
import (
|
||||
"net/http"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue