Skip to content
Closed
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
25 changes: 25 additions & 0 deletions cmd/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
module github.com/containerd/imgcrypt/cmd

go 1.16

require (
github.com/Microsoft/go-winio v0.4.17
github.com/Microsoft/hcsshim v0.8.16
github.com/containerd/console v1.0.2
github.com/containerd/containerd v1.5.0
github.com/containerd/go-cni v1.0.2
github.com/containerd/imgcrypt v1.1.1
github.com/containerd/typeurl v1.0.2
github.com/containers/ocicrypt v1.1.1
github.com/gogo/protobuf v1.3.2
github.com/opencontainers/go-digest v1.0.0
github.com/opencontainers/image-spec v1.0.1
github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.7.0
github.com/urfave/cli v1.22.2
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
google.golang.org/grpc v1.33.2
)

replace github.com/containerd/imgcrypt => ../
933 changes: 933 additions & 0 deletions cmd/go.sum

Large diffs are not rendered by default.

10 changes: 0 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,11 @@ module github.com/containerd/imgcrypt
go 1.13

require (
github.com/Microsoft/go-winio v0.4.17
github.com/Microsoft/hcsshim v0.8.16
github.com/containerd/console v1.0.2
github.com/containerd/containerd v1.5.0
github.com/containerd/go-cni v1.0.2
github.com/containerd/typeurl v1.0.2
github.com/containers/ocicrypt v1.1.1
github.com/gogo/protobuf v1.3.2
github.com/opencontainers/go-digest v1.0.0
github.com/opencontainers/image-spec v1.0.1
github.com/opencontainers/runc v1.0.0-rc94 // indirect
github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.7.0
github.com/urfave/cli v1.22.2
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
google.golang.org/grpc v1.33.2
)
35 changes: 3 additions & 32 deletions go.sum

Large diffs are not rendered by default.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading