chore: change repo

This commit is contained in:
Fu Diwei
2025-06-17 16:27:35 +08:00
parent 205275b52d
commit b8bbbee1e0
369 changed files with 832 additions and 833 deletions

View File

@@ -7,7 +7,7 @@ import (
"github.com/go-acme/lego/v4/providers/dns/httpreq"
"github.com/usual2970/certimate/pkg/core"
"github.com/certimate-go/certimate/pkg/core"
)
type ChallengeProviderConfig struct {

View File

@@ -4,8 +4,8 @@ import (
"errors"
"time"
"github.com/usual2970/certimate/pkg/core"
"github.com/usual2970/certimate/pkg/core/ssl-applicator/acme-dns01/providers/aliyun-esa/internal"
"github.com/certimate-go/certimate/pkg/core"
"github.com/certimate-go/certimate/te/pkg/core/ssl-applicator/acme-dns01/providers/aliyun-esa/internal"
)
type ChallengeProviderConfig struct {

View File

@@ -6,7 +6,7 @@ import (
"github.com/go-acme/lego/v4/providers/dns/alidns"
"github.com/usual2970/certimate/pkg/core"
"github.com/certimate-go/certimate/pkg/core"
)
type ChallengeProviderConfig struct {

View File

@@ -6,7 +6,7 @@ import (
"github.com/go-acme/lego/v4/providers/dns/route53"
"github.com/usual2970/certimate/pkg/core"
"github.com/certimate-go/certimate/pkg/core"
)
type ChallengeProviderConfig struct {

View File

@@ -6,8 +6,8 @@ import (
"github.com/go-acme/lego/v4/providers/dns/azuredns"
"github.com/usual2970/certimate/pkg/core"
azenv "github.com/usual2970/certimate/pkg/sdk3rd/azure/env"
"github.com/certimate-go/certimate/pkg/core"
azenv "github.com/certimate-go/certimate/te/pkg/sdk3rd/azure/env"
)
type ChallengeProviderConfig struct {

View File

@@ -4,8 +4,8 @@ import (
"errors"
"time"
"github.com/usual2970/certimate/pkg/core"
"github.com/usual2970/certimate/pkg/core/ssl-applicator/acme-dns01/providers/baiducloud/internal"
"github.com/certimate-go/certimate/pkg/core"
"github.com/certimate-go/certimate/te/pkg/core/ssl-applicator/acme-dns01/providers/baiducloud/internal"
)
type ChallengeProviderConfig struct {

View File

@@ -6,7 +6,7 @@ import (
"github.com/go-acme/lego/v4/providers/dns/bunny"
"github.com/usual2970/certimate/pkg/core"
"github.com/certimate-go/certimate/pkg/core"
)
type ChallengeProviderConfig struct {

View File

@@ -6,7 +6,7 @@ import (
"github.com/go-acme/lego/v4/providers/dns/cloudflare"
"github.com/usual2970/certimate/pkg/core"
"github.com/certimate-go/certimate/pkg/core"
)
type ChallengeProviderConfig struct {

View File

@@ -6,7 +6,7 @@ import (
"github.com/go-acme/lego/v4/providers/dns/cloudns"
"github.com/usual2970/certimate/pkg/core"
"github.com/certimate-go/certimate/pkg/core"
)
type ChallengeProviderConfig struct {

View File

@@ -4,8 +4,8 @@ import (
"errors"
"time"
"github.com/usual2970/certimate/pkg/core"
"github.com/usual2970/certimate/pkg/core/ssl-applicator/acme-dns01/providers/cmcccloud/internal"
"github.com/certimate-go/certimate/pkg/core"
"github.com/certimate-go/certimate/te/pkg/core/ssl-applicator/acme-dns01/providers/cmcccloud/internal"
)
type ChallengeProviderConfig struct {

View File

@@ -6,7 +6,7 @@ import (
"github.com/go-acme/lego/v4/providers/dns/constellix"
"github.com/usual2970/certimate/pkg/core"
"github.com/certimate-go/certimate/pkg/core"
)
type ChallengeProviderConfig struct {

View File

@@ -4,8 +4,8 @@ import (
"errors"
"time"
"github.com/usual2970/certimate/pkg/core"
"github.com/usual2970/certimate/pkg/core/ssl-applicator/acme-dns01/providers/ctcccloud/internal"
"github.com/certimate-go/certimate/pkg/core"
"github.com/certimate-go/certimate/te/pkg/core/ssl-applicator/acme-dns01/providers/ctcccloud/internal"
)
type ChallengeProviderConfig struct {

View File

@@ -9,8 +9,8 @@ import (
"github.com/go-acme/lego/v4/challenge/dns01"
"github.com/go-acme/lego/v4/platform/config/env"
ctyundns "github.com/usual2970/certimate/pkg/sdk3rd/ctyun/dns"
xtypes "github.com/usual2970/certimate/pkg/utils/types"
ctyundns "github.com/certimate-go/certimate/pkg/sdk3rd/ctyun/dns"
xtypes "github.com/certimate-go/certimate/te/pkg/utils/types"
)
const (

View File

@@ -6,7 +6,7 @@ import (
"github.com/go-acme/lego/v4/providers/dns/desec"
"github.com/usual2970/certimate/pkg/core"
"github.com/certimate-go/certimate/pkg/core"
)
type ChallengeProviderConfig struct {

View File

@@ -6,7 +6,7 @@ import (
"github.com/go-acme/lego/v4/providers/dns/digitalocean"
"github.com/usual2970/certimate/pkg/core"
"github.com/certimate-go/certimate/pkg/core"
)
type ChallengeProviderConfig struct {

View File

@@ -4,8 +4,8 @@ import (
"errors"
"time"
"github.com/usual2970/certimate/pkg/core"
"github.com/usual2970/certimate/pkg/core/ssl-applicator/acme-dns01/providers/dnsla/internal"
"github.com/certimate-go/certimate/pkg/core"
"github.com/certimate-go/certimate/te/pkg/core/ssl-applicator/acme-dns01/providers/dnsla/internal"
)
type ChallengeProviderConfig struct {

View File

@@ -10,7 +10,7 @@ import (
"github.com/go-acme/lego/v4/challenge/dns01"
"github.com/go-acme/lego/v4/platform/config/env"
dnslasdk "github.com/usual2970/certimate/pkg/sdk3rd/dnsla"
dnslasdk "github.com/certimate-go/certimate/pkg/sdk3rd/dnsla"
)
const (

View File

@@ -6,7 +6,7 @@ import (
"github.com/go-acme/lego/v4/providers/dns/duckdns"
"github.com/usual2970/certimate/pkg/core"
"github.com/certimate-go/certimate/pkg/core"
)
type ChallengeProviderConfig struct {

View File

@@ -4,8 +4,8 @@ import (
"errors"
"time"
"github.com/usual2970/certimate/pkg/core"
"github.com/usual2970/certimate/pkg/core/ssl-applicator/acme-dns01/providers/dynv6/internal"
"github.com/certimate-go/certimate/pkg/core"
"github.com/certimate-go/certimate/te/pkg/core/ssl-applicator/acme-dns01/providers/dynv6/internal"
)
type ChallengeProviderConfig struct {

View File

@@ -6,7 +6,7 @@ import (
"github.com/go-acme/lego/v4/providers/dns/gcore"
"github.com/usual2970/certimate/pkg/core"
"github.com/certimate-go/certimate/pkg/core"
)
type ChallengeProviderConfig struct {

View File

@@ -4,8 +4,8 @@ import (
"errors"
"time"
"github.com/usual2970/certimate/pkg/core"
"github.com/usual2970/certimate/pkg/core/ssl-applicator/acme-dns01/providers/gname/internal"
"github.com/certimate-go/certimate/pkg/core"
"github.com/certimate-go/certimate/te/pkg/core/ssl-applicator/acme-dns01/providers/gname/internal"
)
type ChallengeProviderConfig struct {

View File

@@ -9,8 +9,8 @@ import (
"github.com/go-acme/lego/v4/challenge/dns01"
"github.com/go-acme/lego/v4/platform/config/env"
gnamesdk "github.com/usual2970/certimate/pkg/sdk3rd/gname"
xtypes "github.com/usual2970/certimate/pkg/utils/types"
gnamesdk "github.com/certimate-go/certimate/pkg/sdk3rd/gname"
xtypes "github.com/certimate-go/certimate/te/pkg/utils/types"
)
const (

View File

@@ -6,7 +6,7 @@ import (
"github.com/go-acme/lego/v4/providers/dns/godaddy"
"github.com/usual2970/certimate/pkg/core"
"github.com/certimate-go/certimate/pkg/core"
)
type ChallengeProviderConfig struct {

View File

@@ -6,7 +6,7 @@ import (
"github.com/go-acme/lego/v4/providers/dns/hetzner"
"github.com/usual2970/certimate/pkg/core"
"github.com/certimate-go/certimate/pkg/core"
)
type ChallengeProviderConfig struct {

View File

@@ -6,7 +6,7 @@ import (
hwc "github.com/go-acme/lego/v4/providers/dns/huaweicloud"
"github.com/usual2970/certimate/pkg/core"
"github.com/certimate-go/certimate/pkg/core"
)
type ChallengeProviderConfig struct {

View File

@@ -4,8 +4,8 @@ import (
"errors"
"time"
"github.com/usual2970/certimate/pkg/core"
"github.com/usual2970/certimate/pkg/core/ssl-applicator/acme-dns01/providers/jdcloud/internal"
"github.com/certimate-go/certimate/pkg/core"
"github.com/certimate-go/certimate/te/pkg/core/ssl-applicator/acme-dns01/providers/jdcloud/internal"
)
type ChallengeProviderConfig struct {

View File

@@ -6,7 +6,7 @@ import (
"github.com/go-acme/lego/v4/providers/dns/namecheap"
"github.com/usual2970/certimate/pkg/core"
"github.com/certimate-go/certimate/pkg/core"
)
type ChallengeProviderConfig struct {

View File

@@ -6,7 +6,7 @@ import (
"github.com/go-acme/lego/v4/providers/dns/namedotcom"
"github.com/usual2970/certimate/pkg/core"
"github.com/certimate-go/certimate/pkg/core"
)
type ChallengeProviderConfig struct {

View File

@@ -6,7 +6,7 @@ import (
"github.com/go-acme/lego/v4/providers/dns/namesilo"
"github.com/usual2970/certimate/pkg/core"
"github.com/certimate-go/certimate/pkg/core"
)
type ChallengeProviderConfig struct {

View File

@@ -6,7 +6,7 @@ import (
"github.com/go-acme/lego/v4/providers/dns/netcup"
"github.com/usual2970/certimate/pkg/core"
"github.com/certimate-go/certimate/pkg/core"
)
type ChallengeProviderConfig struct {

View File

@@ -6,7 +6,7 @@ import (
"github.com/go-acme/lego/v4/providers/dns/netlify"
"github.com/usual2970/certimate/pkg/core"
"github.com/certimate-go/certimate/pkg/core"
)
type ChallengeProviderConfig struct {

View File

@@ -6,7 +6,7 @@ import (
"github.com/go-acme/lego/v4/providers/dns/ns1"
"github.com/usual2970/certimate/pkg/core"
"github.com/certimate-go/certimate/pkg/core"
)
type ChallengeProviderConfig struct {

View File

@@ -6,7 +6,7 @@ import (
"github.com/go-acme/lego/v4/providers/dns/porkbun"
"github.com/usual2970/certimate/pkg/core"
"github.com/certimate-go/certimate/pkg/core"
)
type ChallengeProviderConfig struct {

View File

@@ -9,7 +9,7 @@ import (
"github.com/go-acme/lego/v4/providers/dns/pdns"
"github.com/usual2970/certimate/pkg/core"
"github.com/certimate-go/certimate/pkg/core"
)
type ChallengeProviderConfig struct {

View File

@@ -6,7 +6,7 @@ import (
"github.com/go-acme/lego/v4/providers/dns/rainyun"
"github.com/usual2970/certimate/pkg/core"
"github.com/certimate-go/certimate/pkg/core"
)
type ChallengeProviderConfig struct {

View File

@@ -4,8 +4,8 @@ import (
"errors"
"time"
"github.com/usual2970/certimate/pkg/core"
"github.com/usual2970/certimate/pkg/core/ssl-applicator/acme-dns01/providers/tencentcloud-eo/internal"
"github.com/certimate-go/certimate/pkg/core"
"github.com/certimate-go/certimate/te/pkg/core/ssl-applicator/acme-dns01/providers/tencentcloud-eo/internal"
)
type ChallengeProviderConfig struct {

View File

@@ -6,7 +6,7 @@ import (
"github.com/go-acme/lego/v4/providers/dns/tencentcloud"
"github.com/usual2970/certimate/pkg/core"
"github.com/certimate-go/certimate/pkg/core"
)
type ChallengeProviderConfig struct {

View File

@@ -11,7 +11,7 @@ import (
"github.com/ucloud/ucloud-sdk-go/ucloud"
"github.com/ucloud/ucloud-sdk-go/ucloud/auth"
"github.com/usual2970/certimate/pkg/sdk3rd/ucloud/udnr"
"github.com/certimate-go/certimate/pkg/sdk3rd/ucloud/udnr"
)
const (

View File

@@ -4,8 +4,8 @@ import (
"errors"
"time"
"github.com/usual2970/certimate/pkg/core"
"github.com/usual2970/certimate/pkg/core/ssl-applicator/acme-dns01/providers/ucloud-udnr/internal"
"github.com/certimate-go/certimate/pkg/core"
"github.com/certimate-go/certimate/te/pkg/core/ssl-applicator/acme-dns01/providers/ucloud-udnr/internal"
)
type ChallengeProviderConfig struct {

View File

@@ -6,7 +6,7 @@ import (
"github.com/go-acme/lego/v4/providers/dns/vercel"
"github.com/usual2970/certimate/pkg/core"
"github.com/certimate-go/certimate/pkg/core"
)
type ChallengeProviderConfig struct {

View File

@@ -6,7 +6,7 @@ import (
"github.com/go-acme/lego/v4/providers/dns/volcengine"
"github.com/usual2970/certimate/pkg/core"
"github.com/certimate-go/certimate/pkg/core"
)
type ChallengeProviderConfig struct {

View File

@@ -6,7 +6,7 @@ import (
"github.com/go-acme/lego/v4/providers/dns/westcn"
"github.com/usual2970/certimate/pkg/core"
"github.com/certimate-go/certimate/pkg/core"
)
type ChallengeProviderConfig struct {