2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 12:40:25 +08:00

fix: lint

This commit is contained in:
耗子
2024-07-03 02:03:58 +08:00
parent 30e78ccf46
commit 34ac62d1ae

View File

@@ -3,7 +3,6 @@ package acme
import (
"context"
"fmt"
"github.com/libdns/tencentcloud"
"os"
"path/filepath"
"time"
@@ -12,6 +11,7 @@ import (
"github.com/libdns/cloudflare"
"github.com/libdns/dnspod"
"github.com/libdns/libdns"
"github.com/libdns/tencentcloud"
"github.com/mholt/acmez/v2/acme"
"golang.org/x/net/publicsuffix"