tulir / gomuks

A terminal based Matrix client written in Go.
https://maunium.net/go/gomuks
GNU Affero General Public License v3.0
1.3k stars 124 forks source link

update bbolt to 1.3.8 #452

Open Humm42 opened 6 months ago

Humm42 commented 6 months ago

Bbolt changed to use golang.org/x/sys instead of syscall and to do a syscall directly (msync) instead of indirectly (via syscall(2)). That change is required for OpenBSD where syscall(2) was just removed.

Stratos-Crimson commented 2 months ago

Why is this not merged?