Skip to content
This repository was archived by the owner on Oct 24, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ module github.com/dcermak/container-layer-sizes
go 1.16

require (
github.com/containers/image/v5 v5.21.1
github.com/containers/storage v1.41.0
github.com/containers/image/v5 v5.24.2
github.com/containers/storage v1.45.3
github.com/docker/distribution v2.8.1+incompatible
github.com/google/uuid v1.3.0
github.com/mattn/go-sqlite3 v2.0.3+incompatible
github.com/mholt/archiver/v4 v4.0.0-alpha.7
github.com/opencontainers/go-digest v1.0.0
github.com/opencontainers/image-spec v1.0.3-0.20211202193544-a5463b7f9c84
github.com/opencontainers/image-spec v1.1.0-rc2
github.com/opencontainers/umoci v0.4.7
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.8.0
github.com/sirupsen/logrus v1.9.0
github.com/stretchr/testify v1.8.1
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635
github.com/urfave/cli/v2 v2.8.1
)
Expand Down
Loading