attestantio / dirk

Apache License 2.0
81 stars 23 forks source link

Patch release to move dirk to using go-yaml v1.9.2 #68

Open Bez625 opened 1 month ago

Bez625 commented 1 month ago

Dirk v1.2.0 is using v1.11.0 of go-yaml, which has some performance issues.

Unfortunately, this means that any code depending on dirk as a library will be forced to use v1.11.0 of go-yaml or downgrade dirk to v1.0.2. This is to patch dirk v1.2.1 to use the preferred version of go-yaml.

Bez625 commented 1 month ago

I'm happy to close this if we do not want to support using dirk as a library and are happy with the performance of go-yaml for Dirk.