br0xen / boltbrowser

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

Error Installing #56

Closed YouveGotMeowxy closed 1 year ago

YouveGotMeowxy commented 1 year ago

Not a Go person (rarely have to use it) so this is mostl likely something real simple, but I don't know how to proceed:

When I run:

go get github.com/br0xen/boltbrowser

I just get:

package github.com/rivo/uniseg: found packages uniseg (doc.go) and main (gen_breaktest.go) in /home/kacey/go/src/github.com/rivo/uniseg

and it stops. What can I do from here?

(Running Ubuntu)

thanks!

YouveGotMeowxy commented 1 year ago

Scratch that. I was using too old of a version of Go. Updating to the latest solved it.