You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
230 B
11 lines
230 B
4 years ago
|
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
|
||
|
)
|