Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert to bbolt #715

Merged
merged 3 commits into from
Jun 7, 2021
Merged

Convert to bbolt #715

merged 3 commits into from
Jun 7, 2021

Conversation

directionless
Copy link
Contributor

@directionless directionless commented Feb 20, 2021

github.com/boltdb/bolt has been archived for awhile, and modern go has been grumpy about it's pointer use for awhile. (See etcd-io/bbolt#187). Convert over to https://github.com/etcd-io/bbolt

Works on my mac. I'll want to test this more widely, but that's probably easier via the alpha or beta channel.

@directionless directionless force-pushed the seph/bbolt branch 3 times, most recently from 8ecfe02 to d5e259f Compare February 22, 2021 06:10
@directionless directionless marked this pull request as ready for review February 22, 2021 06:11
@directionless
Copy link
Contributor Author

I've rebased this, and tested it on both my mac and window box. I think it's good!

@directionless directionless requested a review from blaedj June 7, 2021 15:53
@directionless directionless merged commit 6471225 into kolide:master Jun 7, 2021
@directionless directionless deleted the seph/bbolt branch June 7, 2021 17:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants