mirror of
https://github.com/caddyserver/caddy.git
synced 2024-12-16 21:56:40 -05:00
caddytls: sort import statement (#2552)
This commit is contained in:
parent
04789a2446
commit
15268e8cdb
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue