-
Notifications
You must be signed in to change notification settings - Fork 506
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
Add parse_yaml function #1050
Add parse_yaml function #1050
Conversation
Hmm, |
Alright, I believe I've fixed the issue. My PR, however, adds an additional dependency to https://github.com/kubernetes-sigs/yaml which is an MIT licensed repository with contributors. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We do need some tests here but I can add them later if you like.
go.mod
Outdated
@@ -14,7 +14,7 @@ require ( | |||
github.com/Velocidex/go-elasticsearch/v7 v7.3.1-0.20191001125819-fee0ef9cac6b | |||
github.com/Velocidex/go-yara v1.1.10-0.20210423154840-dace8239c158 | |||
github.com/Velocidex/json v0.0.0-20210402154432-68206e1293d0 | |||
github.com/Velocidex/ordereddict v0.0.0-20210502082334-cf5d9045c0d1 | |||
github.com/Velocidex/ordereddict v0.0.0-20200723153557-9460a6764ab8 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one is going backwards
go.sum
Outdated
github.com/golang/protobuf v1.4.3/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI= | ||
github.com/golang/protobuf v1.5.0 h1:LUVKkCeviFUMKqHa4tXIIij/lbhnMbP7Fn5wKdKkRh4= |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe run go mod tidy
No description provided.