Closed middagj closed 3 years ago
I was creating #31 and notices that it used the deprecated dependency management tool for Go.
This PR upgrades to Go Modules, which is basically a:
go mod init github.com/machine-drivers/docker-machine-driver-vmware go mod vendor go mod tidy rm Gopkg.*
Thanks for this!
I was creating #31 and notices that it used the deprecated dependency management tool for Go.
This PR upgrades to Go Modules, which is basically a: