You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 24, 2024. It is now read-only.
Please answer these questions before submitting your issue. Thanks!
What did you do?
If possible, provide a recipe for reproducing the error.
When I try to update pingcap/br version in lightning use go get -u github.com/pingcap/br@1ab851170883ffb4959d1d642ddbb159b1eb84c5 The go get failed with:
...
go: finding github.com/ngaut/pools latest
go get: github.com/uber-go/atomic@v1.3.2 updating to
github.com/uber-go/atomic@v1.6.0: parsing go.mod:
module declares its path as: go.uber.org/atomic
but was required as: github.com/uber-go/atomic
$ go get -u github.com/pingcap/br@1ab851170883ffb4959d1d642ddbb159b1eb84c5
go get: github.com/coreos/bbolt@v1.3.2 updating to
github.com/coreos/bbolt@v1.3.5: parsing go.mod:
module declares its path as: go.etcd.io/bbolt
but was required as: github.com/coreos/bbolt
What did you expect to see?
What did you see instead?
What version of BR and TiDB/TiKV/PD are you using?