-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
This package is broken with Go modules #546
Comments
What command are you seeing fail? |
Update: I suspect a local proxy configuration issue may be impacting this behavior on my machine. I'll get back to you. |
I'm finding it currently impossible to add a
😢 |
FWIW I've been using this with go modules and go 1.13 in a new project in the last weeks and it's working fine . |
Issue doesn't seem related to go-yaml itself. |
Go modules requires packages beyond release versions 1.x to end Go import paths in slash
/v<major>
notation. But this package is structured for earlier Go versions using a dot.v<major>
notation.The text was updated successfully, but these errors were encountered: