Skip to content

Commit

Permalink
fix(dependencies): update deps, incompatible image-spec
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-lesikov committed Jan 14, 2022
1 parent c1159b9 commit 4518b58
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 29 deletions.
14 changes: 7 additions & 7 deletions go.mod
Expand Up @@ -19,14 +19,14 @@ require (
github.com/containerd/containerd v1.5.9
github.com/containers/buildah v1.23.1
github.com/containers/common v0.44.2
github.com/containers/image/v5 v5.16.0
github.com/containers/storage v1.36.0
github.com/containers/image/v5 v5.18.0
github.com/containers/storage v1.37.0
github.com/deislabs/oras v0.12.0
github.com/djherbis/buffer v1.1.0
github.com/djherbis/nio/v3 v3.0.1
github.com/docker/cli v20.10.7+incompatible
github.com/docker/distribution v2.7.1+incompatible
github.com/docker/docker v20.10.8+incompatible
github.com/docker/docker v20.10.12+incompatible
github.com/docker/go v1.5.1-1 // indirect
github.com/docker/go-connections v0.4.0
github.com/docker/go-units v0.4.0
Expand All @@ -39,7 +39,7 @@ require (
github.com/go-openapi/validate v0.19.8
github.com/gofrs/uuid v3.3.0+incompatible // indirect
github.com/google/go-containerregistry v0.5.1
github.com/google/uuid v1.2.0
github.com/google/uuid v1.3.0
github.com/gookit/color v1.3.7
github.com/gosuri/uitable v0.0.4
github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed // indirect
Expand All @@ -57,7 +57,7 @@ require (
github.com/onsi/ginkgo v1.16.4
github.com/onsi/gomega v1.16.0
github.com/opencontainers/go-digest v1.0.0
github.com/opencontainers/image-spec v1.0.2
github.com/opencontainers/image-spec v1.0.3-0.20211202193544-a5463b7f9c84
github.com/opencontainers/runc v1.0.3 // indirect
github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417
github.com/otiai10/copy v1.0.1
Expand All @@ -77,8 +77,8 @@ require (
github.com/werf/logboek v0.5.4
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
go.mongodb.org/mongo-driver v1.5.1 // indirect
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97
golang.org/x/net v0.0.0-20210520170846-37e1c6afe023
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2
gopkg.in/dancannon/gorethink.v3 v3.0.5 // indirect
gopkg.in/errgo.v2 v2.1.0
gopkg.in/fatih/pool.v2 v2.0.0 // indirect
Expand Down

0 comments on commit 4518b58

Please sign in to comment.