br0xen / boltbrowser

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

change bolt vesion to go.etcd.io/bbolt 1.3.7 #62

Closed zhaojizhuang closed 1 year ago

zhaojizhuang commented 1 year ago

Related #61

br0xen commented 1 year ago

It looks like this pull request is adding in several other unused dependencies and downgrading the golang.org/x/sys version... Is there a reason for that that I'm just not seeing or don't know about?

zhaojizhuang commented 1 year ago

@br0xen sorry, my fault. I have deleted golang.org/x/sys v0.6.0 and auto go mod tidy generated golang.org/x/sys v0.4.0 。 And it has been updated to golang.org/x/sys v0.8.0 according to https://github.com/etcd-io/bbolt/blob/master/go.mod#L11

zhuangqh commented 1 year ago

works for me, thanks