Skip to content

Commit

Permalink
go mod tidy, updating license dependencies, fixing linting suggestions
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <[email protected]>
  • Loading branch information
vsoch committed Jun 22, 2022
1 parent 0d2253b commit 5b6ebb9
Show file tree
Hide file tree
Showing 5 changed files with 553 additions and 9 deletions.
16 changes: 14 additions & 2 deletions LICENSE_DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ The dependencies and their licenses are as follows:

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

## github.com/containerd/typeurl

**License:** Apache-2.0

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

## github.com/containernetworking/cni

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

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

## github.com/moby/buildkit

**License:** Apache-2.0

**License URL:** <https://github.com/moby/buildkit/blob/master/LICENSE>

## github.com/moby/locker

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

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

## github.com/gogo/protobuf/proto
## github.com/gogo/protobuf

**License:** BSD-3-Clause

**License URL:** <https://github.com/gogo/protobuf/blob/master/proto/LICENSE>
**License URL:** <https://github.com/gogo/protobuf/blob/master/LICENSE>

## github.com/golang/protobuf

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ require (
github.com/go-log/log v0.2.0
github.com/google/uuid v1.3.0
github.com/gosimple/slug v1.12.0
github.com/moby/buildkit v0.10.3
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
github.com/opencontainers/go-digest v1.0.0
github.com/opencontainers/image-spec v1.0.3-0.20211202193544-a5463b7f9c84
Expand Down Expand Up @@ -106,7 +107,6 @@ require (
github.com/mattn/go-shellwords v1.0.12 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
github.com/miekg/pkcs11 v1.1.1 // indirect
github.com/moby/buildkit v0.10.3 // indirect
github.com/moby/locker v1.0.1 // indirect
github.com/moby/sys/mount v0.3.0 // indirect
github.com/moby/sys/mountinfo v0.6.1 // indirect
Expand Down
Loading

0 comments on commit 5b6ebb9

Please sign in to comment.