timshannon / bolthold

BoltHold is an embeddable NoSQL store for Go types built on BoltDB
MIT License
648 stars 46 forks source link

installation issues in dependency #78

Closed slotheroo closed 4 years ago

slotheroo commented 4 years ago

go get is failing because of problems with the go.etcd.io/bbolt package.

See https://github.com/etcd-io/bbolt/issues/195

timshannon commented 4 years ago

Thanks for the heads up. Not sure what to do at this point though.

slotheroo commented 4 years ago

Sure thing. It's just meant as an alert for you and anyone else using bolthold.

One easy workaround is to remove the extension from the bolt_unix_aix.go file in etcd-io/bbolt. (i.e. rename it to bolt_unix_aix)

leobeosab commented 4 years ago

Heads up I made a fix for this hopefully it gets merged soon #198