go-neb icon indicating copy to clipboard operation
go-neb copied to clipboard

Migrate from gb to go modules

Open johanhugg opened this issue 6 years ago • 2 comments

Hello,

It doesn't seem like gb is being actively worked on, would it be interesting to move away from gb to a traditional go build?

I've created a fork that uses dep for dependencies and I also fixed some issues with "multiple" imports (go build didn't like the existence of both github.com/Sirupsen/logrus and github.com/sirupsen/logrus)

https://github.com/johanhugg/go-neb

johanhugg avatar Jul 06 '18 11:07 johanhugg