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.
gitea-fork-majority-judgment/vendor/github.com/dsnet/compress/go.mod

11 lines
230 B

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
)