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 standard gopkg.in/yaml.v2 package for tests #188

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vincentbernat
Copy link

The use of github.com/mikefarah/yaml/v2 was motivated because the default type for maps was map[interface{}]interface{} instead of map[string]interface{}. This is still the case, but this does not seem to be a problem anymore. The fork used was forcibly synced with the original package and we now get:

verifying github.com/mikefarah/yaml/[email protected]/go.mod: checksum mismatch
        downloaded: h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ=
        go.sum:     h1:ahVqZF4n1W4NqwvVnZzC4es67xsW9uR/RRf2RRxieJU=

The use of github.com/mikefarah/yaml/v2 was motivated because the
default type for maps was `map[interface{}]interface{}` instead of
`map[string]interface{}`. This is still the case, but this does not seem
to be a problem anymore. The fork used was forcibly synced with the
original package and we now get:

verifying github.com/mikefarah/yaml/[email protected]/go.mod: checksum mismatch
        downloaded: h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ=
        go.sum:     h1:ahVqZF4n1W4NqwvVnZzC4es67xsW9uR/RRf2RRxieJU=
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