summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/dsnet/compress/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/dsnet/compress/go.mod')
-rw-r--r--vendor/github.com/dsnet/compress/go.mod10
1 files changed, 10 insertions, 0 deletions
diff --git a/vendor/github.com/dsnet/compress/go.mod b/vendor/github.com/dsnet/compress/go.mod
new file mode 100644
index 0000000000..7a0bc001eb
--- /dev/null
+++ b/vendor/github.com/dsnet/compress/go.mod
@@ -0,0 +1,10 @@
+module github.com/dsnet/compress
+
+go 1.9
+
+require (
+ github.com/dsnet/golib v0.0.0-20171103203638-1ea166775780
+ github.com/klauspost/compress v1.4.1
+ github.com/klauspost/cpuid v1.2.0 // indirect
+ github.com/ulikunitz/xz v0.5.6
+)