I created my own (synchronized) forks of go-cty and hcl, added the changes that we need (json for go-cty and optional labels for hcl) in separate branches.
Then did a go get https://github.com/johakoch/go-cty@configure-html-escaping and go get https://github.com/johakoch/hcl@optional-label and used the versions in the replaces in go.mod
This PR is not to be merged, just use it as an example.
Reviewer checklist
Read PR description: a summary about the changes is required
Changelog updated
Documentation: docs/{Reference, Cli, ...}, Docker and cli help/usage
I created my own (synchronized) forks of go-cty and hcl, added the changes that we need (json for go-cty and optional labels for hcl) in separate branches. Then did a
go get https://github.com/johakoch/go-cty@configure-html-escaping
andgo get https://github.com/johakoch/hcl@optional-label
and used the versions in thereplace
s in go.modThis PR is not to be merged, just use it as an example.
Reviewer checklist