Skip to content

Commit

Permalink
feat: cluster-manager 支持配置mongodb replicaset
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyudeqiu committed Dec 12, 2024
1 parent 72d86b9 commit 2ac7624
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bcs-services/bcs-cluster-manager/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ module github.com/Tencent/bk-bcs/bcs-services/bcs-cluster-manager
go 1.20

replace (
github.com/Tencent/bk-bcs/bcs-common => ../../bcs-common
k8s.io/api => k8s.io/api v0.26.1
k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.26.1
k8s.io/apimachinery => k8s.io/apimachinery v0.26.1
Expand All @@ -20,7 +19,7 @@ require (
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources v1.1.1
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armsubscriptions v1.3.0
github.com/RichardKnop/machinery/v2 v2.0.11
github.com/Tencent/bk-bcs/bcs-common v0.0.0-20240418123107-72b120390195
github.com/Tencent/bk-bcs/bcs-common v0.0.0-20241212064043-5cca411636d5
github.com/Tencent/bk-bcs/bcs-common/common/encryptv2 v0.0.0-20230908045126-c9d09981a9c5
github.com/Tencent/bk-bcs/bcs-services/pkg v0.0.0-20240418123107-72b120390195
github.com/apparentlymart/go-cidr v1.1.0
Expand Down

0 comments on commit 2ac7624

Please sign in to comment.