2020-01-15 18:36:05 +00:00
|
|
|
module src.lwithers.me.uk/go/htpack/cmd/htpacker
|
2019-04-12 09:15:28 +01:00
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
2020-01-15 18:36:05 +00:00
|
|
|
github.com/andybalholm/brotli v1.0.0
|
2019-04-12 09:15:28 +01:00
|
|
|
github.com/foobaz/go-zopfli v0.0.0-20140122214029-7432051485e2
|
2019-04-15 14:19:12 +01:00
|
|
|
github.com/kr/pretty v0.1.0 // indirect
|
2020-02-15 11:19:17 +00:00
|
|
|
github.com/logrusorgru/aurora v0.0.0-20200102142835-e9ef32dff381
|
2019-06-25 15:32:24 +01:00
|
|
|
github.com/spf13/cobra v0.0.5
|
2020-02-15 11:19:17 +00:00
|
|
|
github.com/vbauerster/mpb/v4 v4.11.2
|
|
|
|
golang.org/x/sys v0.0.0-20200116001909-b77594299b42
|
2019-04-15 14:19:12 +01:00
|
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
2019-04-12 09:15:28 +01:00
|
|
|
gopkg.in/yaml.v2 v2.2.2
|
2020-01-15 18:36:05 +00:00
|
|
|
src.lwithers.me.uk/go/htpack v1.1.5
|
|
|
|
src.lwithers.me.uk/go/writefile v1.0.1
|
2019-04-12 09:15:28 +01:00
|
|
|
)
|