1
0
mirror of https://github.com/go-acme/lego.git synced 2025-06-24 10:36:47 +02:00

Use canonical imports (#822)

* fix: challenge are not required for revoke.
This commit is contained in:
Ludovic Fernandez
2019-03-11 16:54:35 +01:00
committed by GitHub
parent 62fea05e21
commit 219222fdda
197 changed files with 229 additions and 231 deletions

View File

@ -1,4 +1,4 @@
package resolver
package resolver // import "github.com/xenolf/lego/challenge/resolver"
import (
"crypto/rand"