Skip to content

Commit

Permalink
vendor: bump go.etcd.io/etcd/raft
Browse files Browse the repository at this point in the history
This picks up improvements related to joint consensus. We're pinning a
SHA that is close to master but not quite there to avoid tickling to a
bug in CRDB:

cockroachdb#40207

Release note: None
  • Loading branch information
tbg committed Aug 26, 2019
1 parent d0f2003 commit f4b99aa
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 2 additions & 3 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,13 @@ ignored = [

[[constraint]]
name = "go.etcd.io/etcd"
branch = "master"
# We're stopping just shy of 4a2b4c8f7e0a3754fdd5a3341a27c2431c2a5385
# which picks up a fix to an inefficiency that at the time of writing
# triggers a bug:
# https://github.com/cockroachdb/cockroach/issues/40207
#
# branch = "master"
revision = "9b29151d3072511f574e7272a5348504086013fa"

# Used for the API client; we want the latest.
[[constraint]]
Expand Down

0 comments on commit f4b99aa

Please sign in to comment.