The module path github.com/etcd-io/bbolt found in your /go.mod doesn't match the actual path go.etcd.io/bbolt found in the dependency's go.mod.
Updating the module path in your go.mod to go.etcd.io/bbolt should resolve this issue.
View the update logs.
The module path
github.com/etcd-io/bboltfound in your/go.moddoesn't match the actual pathgo.etcd.io/bboltfound in the dependency'sgo.mod.Updating the module path in your
go.modtogo.etcd.io/bboltshould resolve this issue.View the update logs.