0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2025-01-06 22:40:31 -05:00

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"