更新go mod文件

This commit is contained in:
wsczx
2023-04-06 14:51:25 +08:00
parent 4b83bd7ccf
commit 5dc8114167
3 changed files with 5 additions and 8 deletions

View File

@@ -21,13 +21,13 @@ import (
"github.com/bjdgyc/anylink/base"
"github.com/go-acme/lego/v4/certcrypto"
"github.com/go-acme/lego/v4/certificate"
"github.com/go-acme/lego/v4/challenge"
"github.com/go-acme/lego/v4/challenge/dns01"
"github.com/go-acme/lego/v4/lego"
"github.com/go-acme/lego/v4/providers/dns/alidns"
"github.com/go-acme/lego/v4/providers/dns/cloudflare"
"github.com/go-acme/lego/v4/providers/dns/tencentcloud"
"github.com/go-acme/lego/v4/registration"
"github.com/xenolf/lego/challenge"
)
var TLSCert *tls.Certificate