br0xen / boltbrowser

A CLI Browser for BoltDB Files
GNU General Public License v3.0
631 stars 91 forks source link

Fix Vendoring #29

Closed tbrent closed 5 years ago

tbrent commented 5 years ago

Vendoring is broken. go.mod should either be modified to be for module github.com/br0xen/boltbrowser or the README.md needs to be changed to use git.bullercodeworks.com/brian/boltbrowser. I think the former is better since that's where most people interact with the project.

tbrent commented 5 years ago

Feel free to discard this if I'm missing something. Ran into an error caused by go.mod when I tried to run go get github.com/br0xen/boltbrowser like it says in the README and I suspect others will face the same problem.

br0xen commented 5 years ago

Whoops, yeah, I didn't notice that happened since I mostly work out of my self-hosted repos. Thanks.