The module path github.com/coreos/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/coreos/bboltfound in yourgo.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.