13 lines
323 B
Modula-2
13 lines
323 B
Modula-2
|
module github.com/pierrec/lz4/v3
|
||
|
|
||
|
go 1.12
|
||
|
|
||
|
require (
|
||
|
code.cloudfoundry.org/bytefmt v0.0.0-20190710193110-1eb035ffe2b6
|
||
|
github.com/frankban/quicktest v1.4.0
|
||
|
github.com/onsi/ginkgo v1.8.0 // indirect
|
||
|
github.com/onsi/gomega v1.5.0 // indirect
|
||
|
github.com/pierrec/cmdflag v0.0.2
|
||
|
github.com/schollz/progressbar/v2 v2.13.2
|
||
|
)
|