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 PCM
-
- go 1.17
-
- require (
- github.com/Unknwon/goconfig v1.0.0
- github.com/aliyun/alibaba-cloud-sdk-go v1.61.1505
- github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.0.360
- github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/tke v1.0.360
- 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
- k8s.io/code-generator v0.15.13-beta.0
- )
-
- 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.2.0 // 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.0.0-20180206201540-c2b33e8439af // 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/assertions v1.1.0 // indirect
- github.com/smartystreets/goconvey v1.6.4 // indirect
- github.com/spf13/pflag v1.0.1 // indirect
- golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37 // indirect
- golang.org/x/mod v0.2.0 // indirect
- golang.org/x/net v0.0.0-20200506145744-7e3656a0809f // indirect
- golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a // indirect
- golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a // indirect
- golang.org/x/sys v0.0.0-20200509044756-6aff5f38e54f // indirect
- golang.org/x/text v0.3.2 // indirect
- golang.org/x/time v0.0.0-20161028155119-f51c12702a4d // indirect
- golang.org/x/tools v0.0.0-20200509030707-2212a7e161a5 // indirect
- golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect
- gonum.org/v1/gonum v0.0.0-20190331200053-3d26580ed485 // indirect
- google.golang.org/appengine v1.5.0 // 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.2.8 // indirect
- k8s.io/gengo v0.0.0-20190116091435-f8a0810f38af // 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.1.0 // indirect
- )
|