Skip to content

Commit 1a6e260

Browse files
author
John Howard
committed
Vendor libkv @ 458977154600b9f23984d9f4b82e79570b5ae12b
Signed-off-by: John Howard <[email protected]> This also adds go.etcd.io/bbolt as boltdb/bolt is no longer maintained, and we need etcd-io/bbolt#122 which was merged in https://github.com/etcd-io/bbolt/releases/tag/v1.3.1-etcd.8 in order to fix moby/libnetwork#1950. Note that I can't entirely remove boltdb/bolt as it is still used by other components. Still need to work my way through them.... These include containerd/containerd (containerd/containerd#2634), docker/swarmkit; moby/buildkit. And probably more....
1 parent 03e089e commit 1a6e260

31 files changed

Lines changed: 5829 additions & 93 deletions

vendor.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ github.com/sean-/seed e2103e2c35297fb7e17febb81e49b312087a2372
4747
github.com/hashicorp/go-sockaddr 6d291a969b86c4b633730bfc6b8b9d64c3aafed9
4848
github.com/hashicorp/go-multierror fcdddc395df1ddf4247c69bd436e84cfa0733f7e
4949
github.com/hashicorp/serf 598c54895cc5a7b1a24a398d635e8c0ea0959870
50-
github.com/docker/libkv 1d8431073ae03cdaedb198a89722f3aab6d418ef
50+
github.com/docker/libkv 458977154600b9f23984d9f4b82e79570b5ae12b
5151
github.com/vishvananda/netns 604eaf189ee867d8c147fafc28def2394e878d25
5252
github.com/vishvananda/netlink b2de5d10e38ecce8607e6b438b6d174f389a004e
5353

@@ -63,6 +63,7 @@ github.com/hashicorp/consul v0.5.2
6363
github.com/boltdb/bolt fff57c100f4dea1905678da7e90d92429dff2904
6464
github.com/miekg/dns v1.0.7
6565
github.com/ishidawataru/sctp 07191f837fedd2f13d1ec7b5f885f0f3ec54b1cb
66+
go.etcd.io/bbolt v1.3.1-etcd.8
6667

6768
# get graph and distribution packages
6869
github.com/docker/distribution 83389a148052d74ac602f5f1d62f86ff2f3c4aa5

vendor/github.com/docker/libkv/README.md

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/docker/libkv/store/boltdb/boltdb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/docker/libkv/store/etcd/etcd.go

Lines changed: 86 additions & 88 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/go.etcd.io/bbolt/LICENSE

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)