forked from hashicorp/consul
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
There are some dependencies that still depends on the unmaintained bolt after hashicorp#11720. Replace it so that we can have one less dependency, and build on newer architecture like RISC-V. Two lines of replace are required because Go refuses to replace github.com/boltdb/bolt with go.etcd.io/bbolt when the latter is also present in the dependency tree. Replace it again with github.com/etcd-io/bbolt solves the issue.
- Loading branch information
Showing
2 changed files
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters