mirror of
https://github.com/caddyserver/caddy.git
synced 2026-06-29 21:31:41 +00:00
Dangit, goimports imported the wrong acme package
This commit is contained in:
parent
3a6496c268
commit
3d01f46efa
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ import (
|
|||
"os"
|
||||
"strings"
|
||||
|
||||
"github.com/xenolf/lego/acme"
|
||||
"github.com/xenolf/lego/acmev2"
|
||||
)
|
||||
|
||||
const challengeBasePath = "/.well-known/acme-challenge"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue