aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/containers/ocicrypt/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/containers/ocicrypt/go.mod')
-rw-r--r--vendor/github.com/containers/ocicrypt/go.mod18
1 files changed, 18 insertions, 0 deletions
diff --git a/vendor/github.com/containers/ocicrypt/go.mod b/vendor/github.com/containers/ocicrypt/go.mod
new file mode 100644
index 000000000..214496e05
--- /dev/null
+++ b/vendor/github.com/containers/ocicrypt/go.mod
@@ -0,0 +1,18 @@
+module github.com/containers/ocicrypt
+
+go 1.12
+
+require (
+ github.com/containerd/containerd v1.2.10
+ github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa
+ github.com/opencontainers/go-digest v1.0.0-rc1
+ github.com/opencontainers/image-spec v1.0.1
+ github.com/pkg/errors v0.8.1
+ github.com/sirupsen/logrus v1.4.2 // indirect
+ github.com/stretchr/testify v1.3.0 // indirect
+ github.com/urfave/cli v1.22.1
+ golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
+ google.golang.org/grpc v1.24.0 // indirect
+ gopkg.in/square/go-jose.v2 v2.3.1
+ gotest.tools v2.2.0+incompatible // indirect
+)