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

This commit is contained in:
2026-06-03 00:05:19 +00:00
parent 7b91b93a87
commit f701dbe49a
12 changed files with 216 additions and 253 deletions
+2 -2
View File
@@ -11,8 +11,8 @@ import (
"math/big"
"time"
"github.com/go-acme/lego/v4/certcrypto"
"github.com/go-acme/lego/v4/certificate"
"github.com/go-acme/lego/v5/certcrypto"
"github.com/go-acme/lego/v5/certificate"
"github.com/rs/zerolog/log"
"codeberg.org/codeberg/pages/server/database"