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

Update module installation instructions and dependencies #6

Merged
merged 1 commit into from
Sep 24, 2020

Conversation

clinstid-datadog
Copy link
Collaborator

In order to install a specific version of a module when you have GOPATH set, you have to enable modules with GO111MODULE=on or else you get this error:

> go get github.com/pietdaniel/ddmon@v0.0.3
go: cannot use path@version syntax in GOPATH mode

Also, the fix for the module path in go.mod from #5 changed the dependencies, so this includes that update as well.

@clinstid-datadog clinstid-datadog merged commit 942bb4c into master Sep 24, 2020
@clinstid-datadog clinstid-datadog deleted the update-installation-instruction-and-deps branch September 24, 2020 15:19
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.

1 participant