mirror of
https://github.com/slackhq/nebula.git
synced 2026-07-01 11:00:29 +02:00
36bc9dd261
We switched to yaml.v3 with #1148, but missed this spot that was still casting into `map[any]any` when yaml.v3 makes it `map[string]any`. Also clean up a few more `interface{}` that were added as we changed them all to `any` with #1148.