updated imports

This commit is contained in:
tzwang 2024-04-07 19:26:49 +08:00
parent 465b5009e8
commit e479e74b58
3 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@ workflow:
name: git clone
task: git_clone@1.2.6
input:
remote_url: '"https://gitlink.org.cn/jcce-pcm/pcm-ac.git"'
remote_url: '"https://gitlink.org.cn/JointCloud/pcm-ac.git"'
ref: '"refs/heads/master"'
commit_id: '""'
depth: 1

View File

@ -5,8 +5,8 @@ import (
"github.com/prometheus/client_golang/api"
v1 "github.com/prometheus/client_golang/api/prometheus/v1"
proModel "github.com/prometheus/common/model"
"gitlink.org.cn/JointCloud/pcm-ac/internal/pkg/utils"
model "gitlink.org.cn/JointCloud/pcm-coordinator/pkg/models"
"gitlink.org.cn/jcce-pcm/pcm-ac/internal/pkg/utils"
"k8s.io/apimachinery/pkg/util/json"
"time"
)

View File

@ -2,8 +2,8 @@ package tracker
import (
"github.com/carlmjohnson/requests"
"gitlink.org.cn/JointCloud/pcm-ac/internal/svc"
model "gitlink.org.cn/JointCloud/pcm-coordinator/pkg/models"
"gitlink.org.cn/jcce-pcm/pcm-ac/internal/svc"
)
type ComputeResource struct {