kubeflow / mxnet-operator

A Kubernetes operator for mxnet jobs
Apache License 2.0
53 stars 34 forks source link

Migrate from Dep to Go modules #52

Closed Jeffwan closed 4 years ago

Jeffwan commented 4 years ago

Mxnet-operator project is still using Dep, It would be great to migrate to go modules.

Jeffwan commented 4 years ago

/assign

Jeffwan commented 4 years ago

53 Golang has been upgraded and we move all kubernetes dependencies to go modules 1.15.x

Jeffwan commented 4 years ago

57 Remove all vendor dependencies. This issue can be closed

Jeffwan commented 4 years ago

58 This includes contributing guidance.