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

@@ -17,8 +17,8 @@ import (
"golang.org/x/exp/slices"
"github.com/certimate-go/certimate/pkg/core"
sslmgrsp "github.com/certimate-go/certimate/te/pkg/core/ssl-manager/providers/huaweicloud-elb"
xtypes "github.com/certimate-go/certimate/te/pkg/utils/types"
sslmgrsp "github.com/certimate-go/certimate/pkg/core/ssl-manager/providers/huaweicloud-elb"
xtypes "github.com/certimate-go/certimate/pkg/utils/types"
)
type SSLDeployerProviderConfig struct {