1
0
mirror of https://github.com/go-acme/lego.git synced 2025-12-04 09:59:02 +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 challenge
package challenge // import "github.com/xenolf/lego/challenge"
import "time"