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

This commit is contained in:
2026-05-16 00:07:36 +00:00
parent 7b91b93a87
commit 8179a2d9d7
12 changed files with 171 additions and 210 deletions
+4 -4
View File
@@ -10,10 +10,10 @@ import (
"strings"
"time"
"github.com/go-acme/lego/v4/certcrypto"
"github.com/go-acme/lego/v4/certificate"
"github.com/go-acme/lego/v4/challenge/tlsalpn01"
"github.com/go-acme/lego/v4/lego"
"github.com/go-acme/lego/v5/certcrypto"
"github.com/go-acme/lego/v5/certificate"
"github.com/go-acme/lego/v5/challenge/tlsalpn01"
"github.com/go-acme/lego/v5/lego"
"github.com/reugn/equalizer"
"github.com/rs/zerolog/log"