fix: typo module paths

This commit is contained in:
Fu Diwei
2025-06-17 20:31:56 +08:00
parent 583d308459
commit b617b45495
169 changed files with 441 additions and 441 deletions

View File

@@ -8,7 +8,7 @@ import (
"log/slog"
"github.com/certimate-go/certimate/pkg/core"
safelinesdk "github.com/certimate-go/certimate/te/pkg/sdk3rd/safeline"
safelinesdk "github.com/certimate-go/certimate/pkg/sdk3rd/safeline"
)
type SSLDeployerProviderConfig struct {