summaryrefslogtreecommitdiff
path: root/vendor/github.com/containerd/stargz-snapshotter/estargz/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/containerd/stargz-snapshotter/estargz/go.mod')
-rw-r--r--vendor/github.com/containerd/stargz-snapshotter/estargz/go.mod10
1 files changed, 0 insertions, 10 deletions
diff --git a/vendor/github.com/containerd/stargz-snapshotter/estargz/go.mod b/vendor/github.com/containerd/stargz-snapshotter/estargz/go.mod
deleted file mode 100644
index ca1383823..000000000
--- a/vendor/github.com/containerd/stargz-snapshotter/estargz/go.mod
+++ /dev/null
@@ -1,10 +0,0 @@
-module github.com/containerd/stargz-snapshotter/estargz
-
-go 1.16
-
-require (
- github.com/klauspost/compress v1.15.7
- github.com/opencontainers/go-digest v1.0.0
- github.com/vbatts/tar-split v0.11.2
- golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
-)