Good day.
I am trying to compile evebox form github https://github.com/jasonish/evebox but I get this error all the time. The only instance I was able to compile anything related to go was with dnscrypt-proxy2. I do not have much knowledge of golang go and their documentation is complicated or it doesn’t help me.
root@linux-fx1e:/usr/local/src/evebox # make install-deps
go get github.com/cespare/reflex
build github.com/cespare/reflex: cannot load bufio: cannot find module providing package bufio
make: *** [Makefile:43: install-deps] Error 1
root@linux-fx1e:/usr/local/src/evebox # go version
go version go1.12.12 linux/amd64
What should I do to fix this.
Thanks.