We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently the schema package uses gopkg.in/yaml.v2:
schema
gopkg.in/yaml.v2
opentelemetry-go/schema/go.mod
Line 8 in bf54101
This likely has to due to the strict parsing done there:
opentelemetry-go/schema/v1.1/parser.go
Line 46 in bf54101
Determine if there is an equivalent process for gopkg.in/yaml.v3 and upgrade the dependency.
gopkg.in/yaml.v3
The text was updated successfully, but these errors were encountered:
MrAlias
Successfully merging a pull request may close this issue.
Currently the
schema
package usesgopkg.in/yaml.v2
:opentelemetry-go/schema/go.mod
Line 8 in bf54101
This likely has to due to the strict parsing done there:
opentelemetry-go/schema/v1.1/parser.go
Line 46 in bf54101
Determine if there is an equivalent process for
gopkg.in/yaml.v3
and upgrade the dependency.The text was updated successfully, but these errors were encountered: