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.

go.mod 2.6 kB

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. module gitlink.org.cn/JCCE/PCM
  2. go 1.17
  3. require (
  4. github.com/Unknwon/goconfig v1.0.0
  5. github.com/aliyun/alibaba-cloud-sdk-go v1.61.1530
  6. github.com/go-yaml/yaml v2.1.0+incompatible
  7. github.com/golang/glog v1.0.0
  8. github.com/grpc-ecosystem/grpc-gateway/v2 v2.10.0
  9. github.com/huaweicloud/huaweicloud-sdk-go-v3 v0.0.82
  10. github.com/pkg/errors v0.9.1
  11. github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.0.377
  12. github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/cvm v1.0.377
  13. github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/tke v1.0.371
  14. google.golang.org/genproto v0.0.0-20220317150908-0efb43f6373e
  15. google.golang.org/grpc v1.45.0
  16. google.golang.org/protobuf v1.28.0
  17. k8s.io/api v0.0.0-20190620084959-7cf5895f2711
  18. k8s.io/apimachinery v0.0.0-20190612205821-1799e75a0719
  19. k8s.io/client-go v0.0.0-20190620085101-78d2af792bab
  20. )
  21. require (
  22. github.com/davecgh/go-spew v1.1.1 // indirect
  23. github.com/evanphx/json-patch v0.0.0-20190203023257-5858425f7550 // indirect
  24. github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415 // indirect
  25. github.com/golang/protobuf v1.5.2 // indirect
  26. github.com/google/gofuzz v1.0.0 // indirect
  27. github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d // indirect
  28. github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
  29. github.com/imdario/mergo v0.3.5 // indirect
  30. github.com/jmespath/go-jmespath v0.4.0 // indirect
  31. github.com/json-iterator/go v1.1.10 // indirect
  32. github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
  33. github.com/modern-go/reflect2 v1.0.1 // indirect
  34. github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
  35. github.com/smartystreets/goconvey v1.7.2 // indirect
  36. github.com/spf13/pflag v1.0.1 // indirect
  37. golang.org/x/crypto v0.0.0-20210920023735-84f357641f63 // indirect
  38. golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
  39. golang.org/x/oauth2 v0.0.0-20220309155454-6242fa91716a // indirect
  40. golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
  41. golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
  42. golang.org/x/text v0.3.7 // indirect
  43. golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
  44. google.golang.org/appengine v1.6.6 // indirect
  45. gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
  46. gopkg.in/inf.v0 v0.9.0 // indirect
  47. gopkg.in/ini.v1 v1.66.2 // indirect
  48. gopkg.in/yaml.v2 v2.4.0 // indirect
  49. k8s.io/klog v0.3.1 // indirect
  50. k8s.io/kube-openapi v0.0.0-20190228160746-b3a7cee44a30 // indirect
  51. k8s.io/utils v0.0.0-20190221042446-c2654d5206da // indirect
  52. sigs.k8s.io/yaml v1.3.0 // indirect
  53. )

PCM is positioned as Software stack over Cloud, aiming to build the standards and ecology of heterogeneous cloud collaboration for JCC in a non intrusive and autonomous peer-to-peer manner.