ff icon indicating copy to clipboard operation
ff copied to clipboard

Dependency gopkg.in/yaml.v2 is now unmaintained

Open decke opened this issue 4 months ago • 1 comments

I just noticed that ff depends on gopkg.in/yaml.v2 which has been archived on April 1st. So please consider switching to another fork.

It looks like one possible candidate is https://github.com/yaml/go-yaml which looks promising but it's really up to you.

decke avatar Aug 02 '25 19:08 decke

Thanks for the notification!

For anyone reading this later, that dependency is not really for ff but just ffyaml -- which is just an example of one possible YAML config file parser, you can very easily implement your own if you don't like that one (or its dependencies)!

peterbourgon avatar Aug 02 '25 21:08 peterbourgon