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

This commit is contained in:
2026-06-20 00:06:19 +00:00
parent 5e69121eef
commit ef0ccc9803
12 changed files with 207 additions and 244 deletions
+2 -2
View File
@@ -3,8 +3,8 @@ package database
import (
"fmt"
"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"
)