William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 1 | module github.com/pierrec/lz4 |
| 2 | |
Abhilash S.L | 3b49463 | 2019-07-16 15:51:09 +0530 | [diff] [blame] | 3 | require ( |
| 4 | code.cloudfoundry.org/bytefmt v0.0.0-20180906201452-2aa6f33b730c |
| 5 | github.com/frankban/quicktest v1.4.0 |
| 6 | github.com/onsi/ginkgo v1.8.0 // indirect |
| 7 | github.com/onsi/gomega v1.5.0 // indirect |
| 8 | github.com/pierrec/cmdflag v0.0.2 |
| 9 | github.com/schollz/progressbar/v2 v2.12.1 |
| 10 | golang.org/x/net v0.0.0-20190311183353-d8887717615a // indirect |
| 11 | golang.org/x/sync v0.0.0-20190423024810-112230192c58 // indirect |
| 12 | ) |