Closed
Description
I imported go.etcd.io/etcd/clientv3
in the project, and I get an error when executing the go mod tidy
command:
github.com/coreos/bbolt: github.com/coreos/[email protected]: parsing go.mod:
module declares its path as: go.etcd.io/bbolt
but was required as: github.com/coreos/bbolt
I am in a hurry to work now, how can I solve it quickly?