github.com/cznic/b has moved to modernc.org/b (vcs).
Please update your import paths to modernc.org/b.
Put this into go.mod:
replace modernc.org/b => github.com/InjectiveLabs/b v1.1.0
Then use as normal:
import (
btree "modernc.org/b"
)
| Name | Name | Last commit date | ||
|---|---|---|---|---|
github.com/cznic/b has moved to modernc.org/b (vcs).
Please update your import paths to modernc.org/b.
Put this into go.mod:
replace modernc.org/b => github.com/InjectiveLabs/b v1.1.0
Then use as normal:
import (
btree "modernc.org/b"
)