Skip to content

Commit

Permalink
Merge pull request #2268 from jhowardmsft/boltdb
Browse files Browse the repository at this point in the history
boltdb/bolt==>bbolt, revendor Microsoft/*, Windows compilation.
  • Loading branch information
ctelfer committed Sep 13, 2018
2 parents 85d236d + 3dd1487 commit 36d3bed
Show file tree
Hide file tree
Showing 117 changed files with 5,870 additions and 4,106 deletions.
3 changes: 3 additions & 0 deletions ns/init_windows.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
package ns

// File is present so that go build ./... is closer to working on Windows from repo root.
2 changes: 2 additions & 0 deletions portallocator/portallocator.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build !windows

package portallocator

import (
Expand Down
1 change: 1 addition & 0 deletions portallocator/portallocator_windows.go
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package portallocator
9 changes: 4 additions & 5 deletions vendor.conf
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
github.com/Azure/go-ansiterm d6e3b3328b783f23731bc4d058875b0371ff8109
github.com/BurntSushi/toml a368813c5e648fee92e5f6c30e3944ff9d5e8895
github.com/Microsoft/go-winio v0.4.7
github.com/Microsoft/hcsshim v0.6.11
github.com/Microsoft/go-winio v0.4.11
github.com/Microsoft/hcsshim v0.7.3
github.com/armon/go-metrics eb0af217e5e9747e41dd5303755356b62d28e3ec
github.com/armon/go-radix e39d623f12e8e41c7b5529e9a9dd67a1e2261f80
github.com/boltdb/bolt fff57c100f4dea1905678da7e90d92429dff2904
github.com/codegangsta/cli a65b733b303f0055f8d324d805f393cd3e7a7904
github.com/containerd/continuity d3c23511c1bf5851696cba83143d9cbcd666869b
github.com/coreos/etcd v3.2.1
github.com/coreos/go-semver v0.2.0
github.com/deckarep/golang-set ef32fa3046d9f249d399f98ebaf9be944430fd1d
go.etcd.io/bbolt v1.3.1-etcd.8

github.com/docker/docker 162ba6016def672690ee4a1f3978368853a1e149
github.com/docker/go-connections 7beb39f0b969b075d1325fecb092faf27fd357b6
github.com/docker/go-events 9461782956ad83b30282bf90e31fa6a70c255ba9
github.com/docker/go-units 9e638d38cf6977a37a8ea0078f3ee75a7cdb2dd1
github.com/docker/libkv 1d8431073ae03cdaedb198a89722f3aab6d418ef
github.com/docker/libkv 458977154600b9f23984d9f4b82e79570b5ae12b

github.com/godbus/dbus v4.0.0
github.com/gogo/protobuf v1.0.0
Expand All @@ -36,7 +36,6 @@ github.com/opencontainers/runc 69663f0bd4b60df09991c08812a60108003fa340
github.com/opencontainers/runtime-spec v1.0.1
github.com/samuel/go-zookeeper d0e0d8e11f318e000a8cc434616d69e329edc374
github.com/sirupsen/logrus v1.0.3
github.com/syndtr/gocapability 33e07d32887e1e06b7c025f27ce52f62c7990bc0
github.com/ugorji/go f1f1a805ed361a0e078bb537e4ea78cd37dcf065
github.com/vishvananda/netlink b2de5d10e38ecce8607e6b438b6d174f389a004e
github.com/vishvananda/netns 604eaf189ee867d8c147fafc28def2394e878d25
Expand Down
274 changes: 137 additions & 137 deletions vendor/github.com/Microsoft/go-winio/ea.go

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

3 changes: 2 additions & 1 deletion vendor/github.com/Microsoft/go-winio/fileinfo.go

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

Loading

0 comments on commit 36d3bed

Please sign in to comment.