diff --git a/pkg/plugin/client/autotls.go b/pkg/plugin/client/autotls.go index a4038e64..75697172 100644 --- a/pkg/plugin/client/autotls.go +++ b/pkg/plugin/client/autotls.go @@ -26,10 +26,11 @@ import ( "sync" "time" - v1 "github.com/fatedier/frp/pkg/config/v1" - "github.com/fatedier/frp/pkg/util/log" "golang.org/x/crypto/acme" "golang.org/x/crypto/acme/autocert" + + v1 "github.com/fatedier/frp/pkg/config/v1" + "github.com/fatedier/frp/pkg/util/log" ) func buildAutoTLSServerConfigWithHosts(pluginName string, auto *v1.AutoTLSOptions, fallbackHosts []string) (*tls.Config, error) {