File tree 5 files changed +553
-9
lines changed
5 files changed +553
-9
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,12 @@ The dependencies and their licenses are as follows:
23
23
24
24
** License URL:** < https://github.com/containerd/containerd/blob/master/LICENSE >
25
25
26
+ ## github.com/containerd/typeurl
27
+
28
+ ** License:** Apache-2.0
29
+
30
+ ** License URL:** < https://github.com/containerd/typeurl/blob/master/LICENSE >
31
+
26
32
## github.com/containernetworking/cni
27
33
28
34
** License:** Apache-2.0
@@ -137,6 +143,12 @@ The dependencies and their licenses are as follows:
137
143
138
144
** License URL:** < https://github.com/matttproud/golang_protobuf_extensions/blob/master/pbutil/LICENSE >
139
145
146
+ ## github.com/moby/buildkit
147
+
148
+ ** License:** Apache-2.0
149
+
150
+ ** License URL:** < https://github.com/moby/buildkit/blob/master/LICENSE >
151
+
140
152
## github.com/moby/locker
141
153
142
154
** License:** Apache-2.0
@@ -365,11 +377,11 @@ The dependencies and their licenses are as follows:
365
377
366
378
** License URL:** < https://github.com/cyphar/filepath-securejoin/blob/master/LICENSE >
367
379
368
- ## github.com/gogo/protobuf/proto
380
+ ## github.com/gogo/protobuf
369
381
370
382
** License:** BSD-3-Clause
371
383
372
- ** License URL:** < https://github.com/gogo/protobuf/blob/master/proto/ LICENSE >
384
+ ** License URL:** < https://github.com/gogo/protobuf/blob/master/LICENSE >
373
385
374
386
## github.com/golang/protobuf
375
387
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ require (
21
21
github.com/go-log/log v0.2.0
22
22
github.com/google/uuid v1.3.0
23
23
github.com/gosimple/slug v1.12.0
24
+ github.com/moby/buildkit v0.10.3
24
25
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
25
26
github.com/opencontainers/go-digest v1.0.0
26
27
github.com/opencontainers/image-spec v1.0.3-0.20211202193544-a5463b7f9c84
@@ -106,7 +107,6 @@ require (
106
107
github.com/mattn/go-shellwords v1.0.12 // indirect
107
108
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
108
109
github.com/miekg/pkcs11 v1.1.1 // indirect
109
- github.com/moby/buildkit v0.10.3 // indirect
110
110
github.com/moby/locker v1.0.1 // indirect
111
111
github.com/moby/sys/mount v0.3.0 // indirect
112
112
github.com/moby/sys/mountinfo v0.6.1 // indirect
You can’t perform that action at this time.
0 commit comments