Платформа ЦРНП "Мирокод" для разработки проектов
https://git.mirocod.ru
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.
12 lines
323 B
12 lines
323 B
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 |
|
)
|
|
|