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

This commit is contained in:
2026-05-23 00:04:49 +00:00
parent 7b91b93a87
commit a18c8deeca
12 changed files with 186 additions and 225 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import (
"errors"
"testing"
"github.com/go-acme/lego/v4/certificate"
"github.com/go-acme/lego/v5/certificate"
"github.com/stretchr/testify/assert"
"xorm.io/xorm"
)