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

This commit is contained in:
2026-05-30 00:09:20 +00:00
parent 7b91b93a87
commit 433d8c3c38
12 changed files with 216 additions and 253 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
package database
import (
certificate "github.com/go-acme/lego/v4/certificate"
certificate "github.com/go-acme/lego/v5/certificate"
mock "github.com/stretchr/testify/mock"
)