fix(deps): update module github.com/go-acme/lego/v4 to v5

This commit is contained in:
2026-06-28 00:07:53 +00:00
parent 5e69121eef
commit b91c3e1f20
12 changed files with 207 additions and 244 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ package certificates
import (
"crypto"
"github.com/go-acme/lego/v4/registration"
"github.com/go-acme/lego/v5/registration"
)
type AcmeAccount struct {