Skip to content

Commit 7f3673e

Browse files
committed
vendor: docker/docker 7ca355652fe0e2f7401d424d65a81dc248360127
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 9cafb58 commit 7f3673e

89 files changed

Lines changed: 865 additions & 16429 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

cmd/dnet/cmd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import (
88
"net/http"
99
"os"
1010

11-
"github.com/docker/docker/pkg/term"
1211
"github.com/docker/libnetwork/client"
12+
"github.com/moby/term"
1313
"github.com/urfave/cli"
1414
)
1515

cmd/dnet/dnet.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ import (
2323
"github.com/docker/docker/api/types/network"
2424
"github.com/docker/docker/pkg/discovery"
2525
"github.com/docker/docker/pkg/reexec"
26-
"github.com/docker/docker/pkg/term"
2726
"github.com/docker/libnetwork"
2827
"github.com/docker/libnetwork/api"
2928
"github.com/docker/libnetwork/cluster"
@@ -35,6 +34,7 @@ import (
3534
"github.com/docker/libnetwork/options"
3635
"github.com/docker/libnetwork/types"
3736
"github.com/gorilla/mux"
37+
"github.com/moby/term"
3838
"github.com/sirupsen/logrus"
3939
"github.com/urfave/cli"
4040
)

vendor.conf

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,13 @@ github.com/coreos/go-semver 8ab6407b697782a06568d4b7f1db
1010
github.com/deckarep/golang-set ef32fa3046d9f249d399f98ebaf9be944430fd1d
1111
go.etcd.io/bbolt 232d8fc87f50244f9c808f4745759e08a304c029 # v1.3.5
1212

13-
github.com/docker/docker dbe4a30928d418e0570891a09703bcbc0e4997a1
14-
github.com/docker/distribution 0d3efadf0154c2b8a4e7b6621fff9809655cc580
13+
github.com/docker/docker 7ca355652fe0e2f7401d424d65a81dc248360127
14+
github.com/moby/term 73f35e472e8f0a3f91347164138ce6bd73b756a9
1515
github.com/docker/go-connections 7395e3f8aa162843a74ed6d48e79627d9792ac55 # v0.4.0
1616
github.com/docker/go-events e31b211e4f1cd09aa76fe4ac244571fab96ae47f
1717
github.com/docker/libkv 458977154600b9f23984d9f4b82e79570b5ae12b
1818

1919
github.com/gogo/protobuf 5628607bb4c51c3157aacc3a50f0ab707582b805 # v1.3.1
20-
github.com/golang/protobuf aa810b61a9c79d51363740d207bb46cf8e620ed5 # v1.2.0
21-
google.golang.org/grpc 7a6a684ca69eb4cae85ad0a484f2e531598c047b # v1.12.2
22-
google.golang.org/genproto 694d95ba50e67b2e363f3483057db5d4910c18f9
2320

2421
github.com/godbus/dbus/v5 37bf87eef99d69c4f1d3528bd66e3a87dc201472 # v5.0.3
2522
github.com/gorilla/mux 98cb6bf42e086f6af920b965c38cacc07402d51b # v1.8.0
@@ -32,7 +29,6 @@ github.com/hashicorp/golang-lru 7f827b33c0f158ec5dfbba01bb0b
3229
github.com/sean-/seed e2103e2c35297fb7e17febb81e49b312087a2372
3330
github.com/hashicorp/go-sockaddr c7188e74f6acae5a989bdc959aa779f8b9f42faf # v1.0.2
3431
github.com/hashicorp/serf 598c54895cc5a7b1a24a398d635e8c0ea0959870
35-
github.com/mattn/go-shellwords 02e3cf038dcea8290e44424da473dd12be796a8a # v1.0.3
3632
github.com/miekg/dns 6c0c4e6581f8e173cc562c8b3363ab984e4ae071 # v1.1.27
3733
github.com/opencontainers/runtime-spec 4d89ac9fbff6c455f46a5bb59c6b1bb7184a5e43 # v1.0.3-0.20200728170252-4d89ac9fbff6
3834
github.com/samuel/go-zookeeper d0e0d8e11f318e000a8cc434616d69e329edc374

vendor/github.com/Microsoft/go-winio/vhd/vhd.go

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

vendor/github.com/Microsoft/go-winio/vhd/zvhd.go

Lines changed: 99 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)