Skip to content
This repository was archived by the owner on Mar 9, 2022. It is now read-only.

Commit 473085c

Browse files
committed
vendor.conf: sort dependencies
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 8791336 commit 473085c

1 file changed

Lines changed: 29 additions & 29 deletions

File tree

vendor.conf

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
# cri dependencies
2-
github.com/tchap/go-patricia v2.2.6
3-
github.com/opencontainers/selinux v1.2.2
4-
github.com/docker/docker 86f080cff0914e9694068ed78d503701667c4c00
52
github.com/docker/distribution 0d3efadf0154c2b8a4e7b6621fff9809655cc580
3+
github.com/docker/docker 86f080cff0914e9694068ed78d503701667c4c00
4+
github.com/opencontainers/selinux v1.2.2
5+
github.com/tchap/go-patricia v2.2.6
66

77
# containerd dependencies
8-
github.com/BurntSushi/toml v0.3.1
9-
github.com/Microsoft/go-winio v0.4.14
10-
github.com/Microsoft/hcsshim 9e921883ac929bbe515b39793ece99ce3a9d7706
118
github.com/beorn7/perks 4c0e84591b9aa9e6dcfdf3e020114cd81f89d5f9
9+
github.com/BurntSushi/toml v0.3.1
1210
github.com/containerd/cgroups c4b9ac5c7601384c965b9646fc515884e091ebb9
1311
github.com/containerd/console 0650fd9eeb50bab4fc99dceb9f2e14cf58f36e7f
1412
github.com/containerd/containerd v1.3.2
@@ -31,6 +29,8 @@ github.com/grpc-ecosystem/go-grpc-prometheus v1.1
3129
github.com/hashicorp/golang-lru v0.5.3
3230
github.com/imdario/mergo v0.3.7
3331
github.com/matttproud/golang_protobuf_extensions v1.0.1
32+
github.com/Microsoft/go-winio v0.4.14
33+
github.com/Microsoft/hcsshim 9e921883ac929bbe515b39793ece99ce3a9d7706
3434
github.com/opencontainers/go-digest c9281466c8b2f606084ac71339773efd177436e7
3535
github.com/opencontainers/image-spec v1.0.1
3636
github.com/opencontainers/runc v1.0.0-rc9
@@ -55,31 +55,31 @@ google.golang.org/genproto d80a6e20e776b0b17a324d0ba1ab
5555
google.golang.org/grpc v1.23.0
5656

5757
# kubernetes dependencies
58-
sigs.k8s.io/yaml v1.1.0
59-
k8s.io/utils e782cd3c129fc98ee807f3c889c0f26eb7c9daf5
60-
k8s.io/kubernetes v1.16.6
61-
k8s.io/klog v1.0.0
62-
k8s.io/cri-api v0.16.6
63-
k8s.io/client-go v0.16.6
58+
github.com/davecgh/go-spew v1.1.1
59+
github.com/docker/spdystream 449fdfce4d962303d702fec724ef0ad181c92528
60+
github.com/emicklei/go-restful v2.9.5
61+
github.com/google/gofuzz v1.0.0
62+
github.com/json-iterator/go v1.1.8
63+
github.com/modern-go/concurrent 1.0.3
64+
github.com/modern-go/reflect2 v1.0.1
65+
github.com/pmezard/go-difflib v1.0.0
66+
github.com/stretchr/testify v1.4.0
67+
golang.org/x/crypto 60c769a6c58655dab1b9adac0d58967dd517cfba
68+
golang.org/x/oauth2 0f29369cfe4552d0e4bcddc57cc75f4d7e672a33
69+
golang.org/x/time 9d24e82272b4f38b78bc8cff74fa936d31ccd8ef
70+
gopkg.in/inf.v0 v0.9.1
71+
gopkg.in/yaml.v2 v2.2.8
6472
k8s.io/api v0.16.6
65-
k8s.io/apiserver v0.16.6
6673
k8s.io/apimachinery v0.16.6
67-
gopkg.in/yaml.v2 v2.2.8
68-
gopkg.in/inf.v0 v0.9.1
69-
golang.org/x/time 9d24e82272b4f38b78bc8cff74fa936d31ccd8ef
70-
golang.org/x/oauth2 0f29369cfe4552d0e4bcddc57cc75f4d7e672a33
71-
golang.org/x/crypto 60c769a6c58655dab1b9adac0d58967dd517cfba
72-
github.com/stretchr/testify v1.4.0
73-
github.com/pmezard/go-difflib v1.0.0
74-
github.com/modern-go/reflect2 v1.0.1
75-
github.com/modern-go/concurrent 1.0.3
76-
github.com/json-iterator/go v1.1.8
77-
github.com/google/gofuzz v1.0.0
78-
github.com/emicklei/go-restful v2.9.5
79-
github.com/docker/spdystream 449fdfce4d962303d702fec724ef0ad181c92528
80-
github.com/davecgh/go-spew v1.1.1
74+
k8s.io/apiserver v0.16.6
75+
k8s.io/client-go v0.16.6
76+
k8s.io/cri-api v0.16.6
77+
k8s.io/klog v1.0.0
78+
k8s.io/kubernetes v1.16.6
79+
k8s.io/utils e782cd3c129fc98ee807f3c889c0f26eb7c9daf5
80+
sigs.k8s.io/yaml v1.1.0
8181

8282
# cni dependencies
83-
github.com/containernetworking/plugins v0.7.6
84-
github.com/containernetworking/cni v0.7.1
8583
github.com/containerd/go-cni 49fbd9b210f3c8ee3b7fd3cd797aabaf364627c1
84+
github.com/containernetworking/cni v0.7.1
85+
github.com/containernetworking/plugins v0.7.6

0 commit comments

Comments
 (0)