Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Go modules #32

Merged
merged 1 commit into from
Apr 16, 2021
Merged

Use Go modules #32

merged 1 commit into from
Apr 16, 2021

Conversation

middagj
Copy link
Contributor

@middagj middagj commented Feb 15, 2021

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.*

@mikeroySoft mikeroySoft merged commit 332cd7c into machine-drivers:master Apr 16, 2021
@mikeroySoft
Copy link
Contributor

Thanks for this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants