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.
Dirk
v1.2.0
is usingv1.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
ofgo-yaml
or downgrade dirk tov1.0.2
. This is to patch dirkv1.2.1
to use the preferred version of go-yaml.