Skip to content

Commit

Permalink
fix(platform): get pkg failed through go mod (tkestack#1458)
Browse files Browse the repository at this point in the history
  • Loading branch information
leoryu committed Aug 6, 2021
1 parent cad879c commit 469f08c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/platform/controller/cluster/cluster_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ import (
"tkestack.io/tke/pkg/platform/controller/cluster/deletion"
clusterprovider "tkestack.io/tke/pkg/platform/provider/cluster"
typesv1 "tkestack.io/tke/pkg/platform/types/v1"
"tkestack.io/tke/pkg/platform/util/vendor"
vendor "tkestack.io/tke/pkg/platform/util/kubevendor"
"tkestack.io/tke/pkg/util/log"
"tkestack.io/tke/pkg/util/metrics"
)
Expand Down
2 changes: 1 addition & 1 deletion pkg/platform/provider/baremetal/validation/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import (
"tkestack.io/tke/pkg/platform/provider/baremetal/phases/gpu"
"tkestack.io/tke/pkg/platform/types"
"tkestack.io/tke/pkg/platform/util"
"tkestack.io/tke/pkg/platform/util/vendor"
vendor "tkestack.io/tke/pkg/platform/util/kubevendor"
"tkestack.io/tke/pkg/spec"
"tkestack.io/tke/pkg/util/ipallocator"
"tkestack.io/tke/pkg/util/validation"
Expand Down
File renamed without changes.

0 comments on commit 469f08c

Please sign in to comment.