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

@@ -13,8 +13,8 @@ import (
"github.com/aws/aws-sdk-go-v2/service/cloudfront/types"
"github.com/certimate-go/certimate/pkg/core"
sslmgrspacm "github.com/certimate-go/certimate/te/pkg/core/ssl-manager/providers/aws-acm"
sslmgrspiam "github.com/certimate-go/certimate/te/pkg/core/ssl-manager/providers/aws-iam"
sslmgrspacm "github.com/certimate-go/certimate/pkg/core/ssl-manager/providers/aws-acm"
sslmgrspiam "github.com/certimate-go/certimate/pkg/core/ssl-manager/providers/aws-iam"
)
type SSLDeployerProviderConfig struct {