chore: change repo
This commit is contained in:
@@ -14,9 +14,9 @@ import (
|
||||
"github.com/Azure/azure-sdk-for-go/sdk/azidentity"
|
||||
"github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azcertificates"
|
||||
|
||||
"github.com/usual2970/certimate/pkg/core"
|
||||
azenv "github.com/usual2970/certimate/pkg/sdk3rd/azure/env"
|
||||
xcert "github.com/usual2970/certimate/pkg/utils/cert"
|
||||
"github.com/certimate-go/certimate/pkg/core"
|
||||
azenv "github.com/certimate-go/certimate/te/pkg/sdk3rd/azure/env"
|
||||
xcert "github.com/certimate-go/certimate/te/pkg/utils/cert"
|
||||
)
|
||||
|
||||
type SSLManagerProviderConfig struct {
|
||||
|
||||
@@ -9,7 +9,7 @@ import (
|
||||
"strings"
|
||||
"testing"
|
||||
|
||||
provider "github.com/usual2970/certimate/pkg/core/ssl-manager/providers/azure-keyvault"
|
||||
provider "github.com/certimate-go/certimate/pkg/core/ssl-manager/providers/azure-keyvault"
|
||||
)
|
||||
|
||||
var (
|
||||
|
||||
Reference in New Issue
Block a user