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.2 kB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. module 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.1524
  6. github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.0.368
  7. github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/tke v1.0.368
  8. k8s.io/api v0.0.0-20190620084959-7cf5895f2711
  9. k8s.io/apimachinery v0.0.0-20190612205821-1799e75a0719
  10. k8s.io/client-go v0.0.0-20190620085101-78d2af792bab
  11. )
  12. require (
  13. github.com/davecgh/go-spew v1.1.1 // indirect
  14. github.com/evanphx/json-patch v4.12.0+incompatible // indirect
  15. github.com/go-logr/logr v1.2.0 // indirect
  16. github.com/gogo/protobuf v1.3.2 // indirect
  17. github.com/golang/protobuf v1.5.2 // indirect
  18. github.com/google/go-cmp v0.5.5 // indirect
  19. github.com/google/gofuzz v1.1.0 // indirect
  20. github.com/googleapis/gnostic v0.5.5 // indirect
  21. github.com/imdario/mergo v0.3.5 // indirect
  22. github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af // indirect
  23. github.com/json-iterator/go v1.1.12 // indirect
  24. github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
  25. github.com/modern-go/reflect2 v1.0.2 // indirect
  26. github.com/pkg/errors v0.9.1 // indirect
  27. github.com/smartystreets/goconvey v1.7.2 // indirect
  28. github.com/spf13/pflag v1.0.5 // indirect
  29. golang.org/x/net v0.0.0-20211209124913-491a49abca63 // indirect
  30. golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f // indirect
  31. golang.org/x/sys v0.0.0-20210831042530-f4d43177bf5e // indirect
  32. golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect
  33. golang.org/x/text v0.3.7 // indirect
  34. golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
  35. google.golang.org/appengine v1.6.7 // indirect
  36. google.golang.org/protobuf v1.27.1 // indirect
  37. gopkg.in/inf.v0 v0.9.1 // indirect
  38. gopkg.in/ini.v1 v1.66.2 // indirect
  39. gopkg.in/yaml.v2 v2.4.0 // indirect
  40. gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
  41. k8s.io/klog/v2 v2.30.0 // indirect
  42. k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 // indirect
  43. k8s.io/utils v0.0.0-20211116205334-6203023598ed // indirect
  44. sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 // indirect
  45. sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
  46. sigs.k8s.io/yaml v1.2.0 // indirect
  47. )

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.