fix(ci,deps): migrate to .gitea/workflows, update domain to forgejo.riotpiao.com/rock, fix k8s argocd config
ci / test (push) Canceled after 0s
ci / test (push) Canceled after 0s
This commit is contained in:
@@ -10,8 +10,8 @@ import (
|
||||
|
||||
goredis "github.com/redis/go-redis/v9"
|
||||
|
||||
"github.com/rockliang/kafka-management-service/internal/core/queue"
|
||||
kmsvcredis "github.com/rockliang/kafka-management-service/internal/redis"
|
||||
"forgejo.riotpiao.com/rock/kmsvc-manage/internal/core/queue"
|
||||
kmsvcredis "forgejo.riotpiao.com/rock/kmsvc-manage/internal/redis"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
@@ -10,9 +10,9 @@ import (
|
||||
goredis "github.com/redis/go-redis/v9"
|
||||
"github.com/twmb/franz-go/pkg/kfake"
|
||||
|
||||
"github.com/rockliang/kafka-management-service/internal/core/queue"
|
||||
"github.com/rockliang/kafka-management-service/internal/kafka"
|
||||
kmsvcredis "github.com/rockliang/kafka-management-service/internal/redis"
|
||||
"forgejo.riotpiao.com/rock/kmsvc-manage/internal/core/queue"
|
||||
"forgejo.riotpiao.com/rock/kmsvc-manage/internal/kafka"
|
||||
kmsvcredis "forgejo.riotpiao.com/rock/kmsvc-manage/internal/redis"
|
||||
)
|
||||
|
||||
// newTestKafka mirrors internal/core/queue's test setup: an in-memory,
|
||||
|
||||
Reference in New Issue
Block a user