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

@@ -8,7 +8,7 @@ import (
"github.com/go-resty/resty/v2"
"github.com/usual2970/certimate/pkg/core"
"github.com/certimate-go/certimate/pkg/core"
)
type NotifierProviderConfig struct {

View File

@@ -7,7 +7,7 @@ import (
"strings"
"testing"
provider "github.com/usual2970/certimate/pkg/core/notifier/providers/bark"
provider "github.com/certimate-go/certimate/pkg/core/notifier/providers/bark"
)
const (

View File

@@ -9,7 +9,7 @@ import (
"github.com/blinkbean/dingtalk"
"github.com/usual2970/certimate/pkg/core"
"github.com/certimate-go/certimate/pkg/core"
)
type NotifierProviderConfig struct {

View File

@@ -7,7 +7,7 @@ import (
"strings"
"testing"
provider "github.com/usual2970/certimate/pkg/core/notifier/providers/dingtalkbot"
provider "github.com/certimate-go/certimate/pkg/core/notifier/providers/dingtalkbot"
)
const (

View File

@@ -8,7 +8,7 @@ import (
"github.com/go-resty/resty/v2"
"github.com/usual2970/certimate/pkg/core"
"github.com/certimate-go/certimate/pkg/core"
)
type NotifierProviderConfig struct {

View File

@@ -7,7 +7,7 @@ import (
"strings"
"testing"
provider "github.com/usual2970/certimate/pkg/core/notifier/providers/discordbot"
provider "github.com/certimate-go/certimate/pkg/core/notifier/providers/discordbot"
)
const (

View File

@@ -11,7 +11,7 @@ import (
"github.com/domodwyer/mailyak/v3"
"github.com/usual2970/certimate/pkg/core"
"github.com/certimate-go/certimate/pkg/core"
)
type NotifierProviderConfig struct {

View File

@@ -7,7 +7,7 @@ import (
"strings"
"testing"
provider "github.com/usual2970/certimate/pkg/core/notifier/providers/email"
provider "github.com/certimate-go/certimate/pkg/core/notifier/providers/email"
)
const (

View File

@@ -9,7 +9,7 @@ import (
"github.com/go-resty/resty/v2"
"github.com/usual2970/certimate/pkg/core"
"github.com/certimate-go/certimate/pkg/core"
)
type NotifierProviderConfig struct {

View File

@@ -7,7 +7,7 @@ import (
"strings"
"testing"
provider "github.com/usual2970/certimate/pkg/core/notifier/providers/gotify"
provider "github.com/certimate-go/certimate/pkg/core/notifier/providers/gotify"
)
const (

View File

@@ -8,7 +8,7 @@ import (
"github.com/go-lark/lark"
"github.com/usual2970/certimate/pkg/core"
"github.com/certimate-go/certimate/pkg/core"
)
type NotifierProviderConfig struct {

View File

@@ -7,7 +7,7 @@ import (
"strings"
"testing"
provider "github.com/usual2970/certimate/pkg/core/notifier/providers/larkbot"
provider "github.com/certimate-go/certimate/pkg/core/notifier/providers/larkbot"
)
const (

View File

@@ -9,7 +9,7 @@ import (
"github.com/go-resty/resty/v2"
"github.com/usual2970/certimate/pkg/core"
"github.com/certimate-go/certimate/pkg/core"
)
type NotifierProviderConfig struct {

View File

@@ -7,7 +7,7 @@ import (
"strings"
"testing"
provider "github.com/usual2970/certimate/pkg/core/notifier/providers/mattermost"
provider "github.com/certimate-go/certimate/pkg/core/notifier/providers/mattermost"
)
const (

View File

@@ -8,7 +8,7 @@ import (
"github.com/go-resty/resty/v2"
"github.com/usual2970/certimate/pkg/core"
"github.com/certimate-go/certimate/pkg/core"
)
type NotifierProviderConfig struct {

View File

@@ -7,7 +7,7 @@ import (
"strings"
"testing"
provider "github.com/usual2970/certimate/pkg/core/notifier/providers/pushover"
provider "github.com/certimate-go/certimate/pkg/core/notifier/providers/pushover"
)
const (

View File

@@ -9,7 +9,7 @@ import (
"github.com/go-resty/resty/v2"
"github.com/usual2970/certimate/pkg/core"
"github.com/certimate-go/certimate/pkg/core"
)
type NotifierProviderConfig struct {

View File

@@ -7,7 +7,7 @@ import (
"strings"
"testing"
provider "github.com/usual2970/certimate/pkg/core/notifier/providers/pushplus"
provider "github.com/certimate-go/certimate/pkg/core/notifier/providers/pushplus"
)
const (

View File

@@ -8,7 +8,7 @@ import (
"github.com/go-resty/resty/v2"
"github.com/usual2970/certimate/pkg/core"
"github.com/certimate-go/certimate/pkg/core"
)
type NotifierProviderConfig struct {

View File

@@ -7,7 +7,7 @@ import (
"strings"
"testing"
provider "github.com/usual2970/certimate/pkg/core/notifier/providers/serverchan"
provider "github.com/certimate-go/certimate/pkg/core/notifier/providers/serverchan"
)
const (

View File

@@ -8,7 +8,7 @@ import (
"github.com/go-resty/resty/v2"
"github.com/usual2970/certimate/pkg/core"
"github.com/certimate-go/certimate/pkg/core"
)
type NotifierProviderConfig struct {

View File

@@ -7,7 +7,7 @@ import (
"strings"
"testing"
provider "github.com/usual2970/certimate/pkg/core/notifier/providers/slackbot"
provider "github.com/certimate-go/certimate/pkg/core/notifier/providers/slackbot"
)
const (

View File

@@ -8,7 +8,7 @@ import (
"github.com/go-resty/resty/v2"
"github.com/usual2970/certimate/pkg/core"
"github.com/certimate-go/certimate/pkg/core"
)
type NotifierProviderConfig struct {

View File

@@ -7,7 +7,7 @@ import (
"strings"
"testing"
provider "github.com/usual2970/certimate/pkg/core/notifier/providers/telegrambot"
provider "github.com/certimate-go/certimate/pkg/core/notifier/providers/telegrambot"
)
const (

View File

@@ -14,7 +14,7 @@ import (
"github.com/go-resty/resty/v2"
"github.com/usual2970/certimate/pkg/core"
"github.com/certimate-go/certimate/pkg/core"
)
type NotifierProviderConfig struct {

View File

@@ -7,7 +7,7 @@ import (
"strings"
"testing"
provider "github.com/usual2970/certimate/pkg/core/notifier/providers/webhook"
provider "github.com/certimate-go/certimate/pkg/core/notifier/providers/webhook"
)
const (

View File

@@ -8,7 +8,7 @@ import (
"github.com/go-resty/resty/v2"
"github.com/usual2970/certimate/pkg/core"
"github.com/certimate-go/certimate/pkg/core"
)
type NotifierProviderConfig struct {

View File

@@ -7,7 +7,7 @@ import (
"strings"
"testing"
provider "github.com/usual2970/certimate/pkg/core/notifier/providers/wecombot"
provider "github.com/certimate-go/certimate/pkg/core/notifier/providers/wecombot"
)
const (