thoro / bfd

A bfd server that can be monitored via grpc.
MIT License
5 stars 7 forks source link

update yaml import #6

Closed ecbaldwin closed 3 years ago

ecbaldwin commented 3 years ago

The README states the following:

The import path for the package is gopkg.in/yaml.v2

As I was trying to incorporate this project into a larger project which already imports the gopkg.in, I found that this import caused the yaml package to be vendored twice: once from each location.

thoro commented 3 years ago

I merged your other PR, could you rebase this one, so that I can merge it?