caddytls: sort import statement (#2552)

This commit is contained in:
johncming 2019-04-08 00:39:52 +08:00 committed by Matt Holt
parent 04789a2446
commit 15268e8cdb

View file

@ -21,9 +21,9 @@ import (
"os"
"testing"
"github.com/go-acme/lego/certcrypto"
"github.com/mholt/caddy"
"github.com/mholt/certmagic"
"github.com/go-acme/lego/certcrypto"
)
func TestMain(m *testing.M) {