Skip to content

Commit 5b6ebb9

Browse files
committed
go mod tidy, updating license dependencies, fixing linting suggestions
Signed-off-by: vsoch <[email protected]>
1 parent 0d2253b commit 5b6ebb9

File tree

5 files changed

+553
-9
lines changed

5 files changed

+553
-9
lines changed

Diff for: LICENSE_DEPENDENCIES.md

+14-2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ The dependencies and their licenses are as follows:
2323

2424
**License URL:** <https://github.com/containerd/containerd/blob/master/LICENSE>
2525

26+
## github.com/containerd/typeurl
27+
28+
**License:** Apache-2.0
29+
30+
**License URL:** <https://github.com/containerd/typeurl/blob/master/LICENSE>
31+
2632
## github.com/containernetworking/cni
2733

2834
**License:** Apache-2.0
@@ -137,6 +143,12 @@ The dependencies and their licenses are as follows:
137143

138144
**License URL:** <https://github.com/matttproud/golang_protobuf_extensions/blob/master/pbutil/LICENSE>
139145

146+
## github.com/moby/buildkit
147+
148+
**License:** Apache-2.0
149+
150+
**License URL:** <https://github.com/moby/buildkit/blob/master/LICENSE>
151+
140152
## github.com/moby/locker
141153

142154
**License:** Apache-2.0
@@ -365,11 +377,11 @@ The dependencies and their licenses are as follows:
365377

366378
**License URL:** <https://github.com/cyphar/filepath-securejoin/blob/master/LICENSE>
367379

368-
## github.com/gogo/protobuf/proto
380+
## github.com/gogo/protobuf
369381

370382
**License:** BSD-3-Clause
371383

372-
**License URL:** <https://github.com/gogo/protobuf/blob/master/proto/LICENSE>
384+
**License URL:** <https://github.com/gogo/protobuf/blob/master/LICENSE>
373385

374386
## github.com/golang/protobuf
375387

Diff for: go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ require (
2121
github.com/go-log/log v0.2.0
2222
github.com/google/uuid v1.3.0
2323
github.com/gosimple/slug v1.12.0
24+
github.com/moby/buildkit v0.10.3
2425
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
2526
github.com/opencontainers/go-digest v1.0.0
2627
github.com/opencontainers/image-spec v1.0.3-0.20211202193544-a5463b7f9c84
@@ -106,7 +107,6 @@ require (
106107
github.com/mattn/go-shellwords v1.0.12 // indirect
107108
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
108109
github.com/miekg/pkcs11 v1.1.1 // indirect
109-
github.com/moby/buildkit v0.10.3 // indirect
110110
github.com/moby/locker v1.0.1 // indirect
111111
github.com/moby/sys/mount v0.3.0 // indirect
112112
github.com/moby/sys/mountinfo v0.6.1 // indirect

0 commit comments

Comments
 (0)