osrg / goplane

an agent for configuring linux network stack via GoBGP
http://osrg.github.io/gobgp/
119 stars 26 forks source link

Changes to external projects have broken this #30

Closed ABrilliantBeast closed 7 years ago

ABrilliantBeast commented 7 years ago

go get github.com/osrg/goplane/ can't load package: package github.com/osrg/goplane: case-insensitive import collision: "github.com/Sirupsen/logrus" and "github.com/sirupsen/logrus"

This may be because I have the latest gobgp. I am trying to work around, but seeing some other issues

ishidawataru commented 7 years ago

please use glide to install dependencies.

$ go get github.com/osrg/goplane
$ cd $GOPATH/src/github.com/osrg/goplane; glide install