Dangit, goimports imported the wrong acme package

This commit is contained in:
Matthew Holt 2018-03-15 19:38:29 -06:00
parent 3a6496c268
commit 3d01f46efa
No known key found for this signature in database
GPG Key ID: 2A349DD577D586A5

View File

@ -25,7 +25,7 @@ import (
"os"
"strings"
"github.com/xenolf/lego/acme"
"github.com/xenolf/lego/acmev2"
)
const challengeBasePath = "/.well-known/acme-challenge"