Commit 3d01f46e authored by Matthew Holt's avatar Matthew Holt

Dangit, goimports imported the wrong acme package

parent 3a6496c2
......@@ -25,7 +25,7 @@ import (
"os"
"strings"
"github.com/xenolf/lego/acme"
"github.com/xenolf/lego/acmev2"
)
const challengeBasePath = "/.well-known/acme-challenge"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment