Skip to content

Commit

Permalink
Update opencontainers/image-spec dependency (#93)
Browse files Browse the repository at this point in the history
[#92] Update opencontainers/image-spec dependency

- updated opencontainers/image-spec dependency and its related dependencies
- updated NOTICE file

Signed-off-by: Dimitar Dimitrov <[email protected]>
  • Loading branch information
dimitar-dimitrow authored Nov 17, 2022
1 parent 29e7600 commit 6e7c13a
Show file tree
Hide file tree
Showing 3 changed files with 425 additions and 25 deletions.
20 changes: 10 additions & 10 deletions NOTICE.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,11 +186,11 @@ google/btree (1.0.1)
* Project: https://github.com/google/btree
* Source: https://github.com/google/btree/tree/v1.0.1

google/uuid (1.2.0)
google/uuid (1.3.0)

* License: BSD 3-Clause "New" or "Revised" License
* Project: https://github.com/google/uuid
* Source: https://github.com/google/uuid/releases/tag/v1.2.0
* Source: https://github.com/google/uuid/releases/tag/v1.3.0

gorilla/websocket (1.4.2)

Expand All @@ -210,11 +210,11 @@ hashicorp/go-immutable-radix (1.0.0)
* Project: https://github.com/hashicorp/go-immutable-radix
* Source: https://github.com/hashicorp/go-immutable-radix/releases/tag/v1.0.0

hashicorp/golang-lru (0.5.1)
hashicorp/golang-lru (0.5.4)

* License: Mozilla Public License 2.0
* Project: https://github.com/hashicorp/golang-lru
* Source: https://github.com/hashicorp/golang-lru/releases/tag/v0.5.1
* Source: https://github.com/hashicorp/golang-lru/releases/tag/v0.5.4

hashicorp/go-msgpack (0.5.3)

Expand Down Expand Up @@ -300,11 +300,11 @@ opencontainers/go-digest (1.0.0)
* Project: https://github.com/opencontainers/go-digest
* Source: https://github.com/opencontainers/go-digest/releases/tag/v1.0.0

opencontainers/image-spec (1.0.3-0.20211202183452-c5a74bcca799)
opencontainers/image-spec (1.0.3-0.20220114050600-8b9d41f48198)

* License: Apache License 2.0
* Project: https://github.com/opencontainers/image-spec
* Source: https://github.com/opencontainers/image-spec/tree/c5a74bcca799bef045e7fbe74e1b75580fd18d4c
* Source: https://github.com/opencontainers/image-spec/tree/8b9d41f48198a7d6d0a5c1a12dc2d1f7f47fc97f

opencontainers/runc (1.1.2)

Expand All @@ -324,11 +324,11 @@ opencontainers/selinux (1.10.1)
* Project: https://github.com/opencontainers/selinux
* Source: https://github.com/opencontainers/selinux/releases/tag/v1.10.1

github.com/pelletier/go-toml (1.9.3)
github.com/pelletier/go-toml (1.9.4)

* License: MIT License
* Project: https://github.com/pelletier/go-toml
* Source: https://github.com/pelletier/go-toml/releases/tag/v1.9.3
* Source: https://github.com/pelletier/go-toml/releases/tag/v1.9.4

pkg/errors (0.9.1)

Expand All @@ -354,11 +354,11 @@ sirupsen/logrus (1.8.1)
* Project: https://github.com/sirupsen/logrus
* Source: https://github.com/sirupsen/logrus/releases/tag/v1.8.1

spf13/cobra (1.1.3)
spf13/cobra (1.2.1)

* License: Apache License 2.0
* Project: https://github.com/spf13/cobra
* Source: https://github.com/spf13/cobra/releases/tag/v1.1.3
* Source: https://github.com/spf13/cobra/releases/tag/v1.2.1

spf13/pflag (1.0.5)

Expand Down
14 changes: 7 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ require (
github.com/gogo/protobuf v1.3.2
github.com/golang/mock v1.6.0
github.com/golang/protobuf v1.5.2
github.com/google/uuid v1.2.0
github.com/google/uuid v1.3.0
github.com/opencontainers/go-digest v1.0.0
github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799
github.com/opencontainers/image-spec v1.0.3-0.20220114050600-8b9d41f48198
github.com/opencontainers/runc v1.1.2
github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417
github.com/pkg/errors v0.9.1
github.com/shirou/gopsutil/v3 v3.22.7
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.1.3
github.com/spf13/cobra v1.2.1
github.com/spf13/pflag v1.0.5
github.com/vishvananda/netlink v1.1.1-0.20210330154013-f5de75959ad5
golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd
Expand Down Expand Up @@ -57,7 +57,7 @@ require (
github.com/hashicorp/go-msgpack v0.5.3 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hashicorp/go-sockaddr v1.0.0 // indirect
github.com/hashicorp/golang-lru v0.5.1 // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/hashicorp/memberlist v0.3.1 // indirect
github.com/hashicorp/serf v0.9.7 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
Expand All @@ -71,7 +71,7 @@ require (
github.com/moby/sys/mountinfo v0.6.0 // indirect
github.com/moby/sys/signal v0.6.0 // indirect
github.com/opencontainers/selinux v1.10.1 // indirect
github.com/pelletier/go-toml v1.9.3 // indirect
github.com/pelletier/go-toml v1.9.4 // indirect
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 // indirect
github.com/stefanberger/go-pkcs11uri v0.0.0-20201008174630-78d3cae3a980 // indirect
Expand All @@ -81,11 +81,11 @@ require (
github.com/yusufpapurcu/wmi v1.2.2 // indirect
go.mozilla.org/pkcs7 v0.0.0-20200128120323-432b2356ecb1 // indirect
go.opencensus.io v0.23.0 // indirect
golang.org/x/mod v0.4.2 // indirect
golang.org/x/mod v0.5.0 // indirect
golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/tools v0.1.6-0.20210726203631-07bc1bf47fb2 // indirect
golang.org/x/tools v0.1.7 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21 // indirect
google.golang.org/protobuf v1.28.0 // indirect
Expand Down
Loading

0 comments on commit 6e7c13a

Please sign in to comment.