Skip to content

Commit

Permalink
Merge "[FAB-11234] Import etcd/raft"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Yellick authored and Gerrit Code Review committed Jul 20, 2018
2 parents 5e89eda + 7ce5c87 commit 7d5b728
Show file tree
Hide file tree
Showing 32 changed files with 11,525 additions and 3 deletions.
17 changes: 15 additions & 2 deletions Gopkg.lock

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

13 changes: 12 additions & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
required = [
"github.com/onsi/ginkgo",
"github.com/onsi/gomega",
"github.com/golang/protobuf/protoc-gen-go"
"github.com/golang/protobuf/protoc-gen-go",
"github.com/coreos/etcd/raft"
]

ignored = [
Expand Down Expand Up @@ -135,6 +136,11 @@ ignored = [
name = "github.com/onsi/ginkgo"
revision = "a3b6351eb1ff8e1bfa30b2f55d7e282186ed8fee"

[[constraint]]
name = "github.com/coreos/etcd"
version = "3.3.8"


[prune]
go-tests = true
unused-packages = true
Expand All @@ -147,3 +153,8 @@ ignored = [
[[prune.project]]
name = "github.com/onsi/gomega"
unused-packages = false

[[prune.project]]
name = "github.com/coreos/etcd"
non-go = false

1 change: 1 addition & 0 deletions vendor/github.com/coreos/etcd/Documentation/README.md

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

202 changes: 202 additions & 0 deletions vendor/github.com/coreos/etcd/LICENSE

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

5 changes: 5 additions & 0 deletions vendor/github.com/coreos/etcd/NOTICE

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

1 change: 1 addition & 0 deletions vendor/github.com/coreos/etcd/cmd/etcd

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

1 change: 1 addition & 0 deletions vendor/github.com/coreos/etcd/cmd/etcdctl

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

1 change: 1 addition & 0 deletions vendor/github.com/coreos/etcd/cmd/functional

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

1 change: 1 addition & 0 deletions vendor/github.com/coreos/etcd/cmd/tools

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

Loading

0 comments on commit 7d5b728

Please sign in to comment.