-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
24 lines (22 loc) · 872 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/thelolagemann/gompress
go 1.15
require (
github.com/andybalholm/brotli v1.0.1
github.com/cyberdelia/lzo v0.0.0-20200705034612-bdc8a2608ed4
github.com/dsnet/compress v0.0.1
github.com/golang/snappy v0.0.2
github.com/jessevdk/go-flags v1.4.0
github.com/klauspost/compress v1.11.7
github.com/kr/text v0.2.0 // indirect
github.com/machinebox/progress v0.2.0
github.com/matryer/is v1.4.0 // indirect
github.com/mattn/go-runewidth v0.0.10 // indirect
github.com/pierrec/lz4/v4 v4.1.3
github.com/rivo/uniseg v0.2.0 // indirect
github.com/schollz/progressbar/v3 v3.7.2
github.com/stretchr/testify v1.7.0 // indirect
github.com/ulikunitz/xz v0.5.9
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)