kubeflow/mxnet-operator

Migrate from Dep to Go modules

Jeffwan opened this issue · 4 comments

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

  • Upgrade Golang version #53
  • Upgrade k8s.io dependencies to 1.15.x
  • Remove Gopkg.lock, Gopkg.toml and vendor files
  • Update development guidance

/assign

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

#57 Remove all vendor dependencies. This issue can be closed

#58 This includes contributing guidance.