You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- module gitlink.org.cn/JCCE/PCM
-
- go 1.17
-
- require (
- github.com/Unknwon/goconfig v1.0.0
- github.com/aliyun/alibaba-cloud-sdk-go v1.61.1530
- github.com/go-yaml/yaml v2.1.0+incompatible
- github.com/golang/glog v1.0.0
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.10.0
- github.com/huaweicloud/huaweicloud-sdk-go-v3 v0.0.82
- github.com/pkg/errors v0.9.1
- github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.0.377
- github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/cvm v1.0.377
- github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/tke v1.0.371
- google.golang.org/genproto v0.0.0-20220317150908-0efb43f6373e
- google.golang.org/grpc v1.45.0
- google.golang.org/protobuf v1.28.0
- k8s.io/api v0.0.0-20190620084959-7cf5895f2711
- k8s.io/apimachinery v0.0.0-20190612205821-1799e75a0719
- k8s.io/client-go v0.0.0-20190620085101-78d2af792bab
- )
-
- require (
- github.com/davecgh/go-spew v1.1.1 // indirect
- github.com/evanphx/json-patch v0.0.0-20190203023257-5858425f7550 // indirect
- github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415 // indirect
- github.com/golang/protobuf v1.5.2 // indirect
- github.com/google/gofuzz v1.0.0 // indirect
- github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d // indirect
- github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
- github.com/imdario/mergo v0.3.5 // indirect
- github.com/jmespath/go-jmespath v0.4.0 // indirect
- github.com/json-iterator/go v1.1.10 // indirect
- github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
- github.com/modern-go/reflect2 v1.0.1 // indirect
- github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
- github.com/smartystreets/goconvey v1.7.2 // indirect
- github.com/spf13/pflag v1.0.1 // indirect
- golang.org/x/crypto v0.0.0-20210920023735-84f357641f63 // indirect
- golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
- golang.org/x/oauth2 v0.0.0-20220309155454-6242fa91716a // indirect
- golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
- golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
- golang.org/x/text v0.3.7 // indirect
- golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
- google.golang.org/appengine v1.6.6 // indirect
- gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
- gopkg.in/inf.v0 v0.9.0 // indirect
- gopkg.in/ini.v1 v1.66.2 // indirect
- gopkg.in/yaml.v2 v2.4.0 // indirect
- k8s.io/klog v0.3.1 // indirect
- k8s.io/kube-openapi v0.0.0-20190228160746-b3a7cee44a30 // indirect
- k8s.io/utils v0.0.0-20190221042446-c2654d5206da // indirect
- sigs.k8s.io/yaml v1.3.0 // indirect
- )
|