ff
ff copied to clipboard
Dependency gopkg.in/yaml.v2 is now unmaintained
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.
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)!