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
|
|
|
|
2024-05-03 16:49:33 +01:00
|
|
|
go 1.22
|
2019-04-12 09:15:28 +01:00
|
|
|
|
|
|
|
require (
|
2024-05-03 16:49:33 +01:00
|
|
|
github.com/andybalholm/brotli v1.1.0
|
2019-04-12 09:15:28 +01:00
|
|
|
github.com/foobaz/go-zopfli v0.0.0-20140122214029-7432051485e2
|
2022-11-26 10:12:42 +00:00
|
|
|
github.com/logrusorgru/aurora/v4 v4.0.0
|
2024-05-03 16:49:33 +01:00
|
|
|
github.com/spf13/cobra v1.8.0
|
|
|
|
github.com/vbauerster/mpb/v8 v8.7.3
|
|
|
|
golang.org/x/sys v0.19.0
|
2022-07-06 13:31:22 +01:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2022-11-26 10:12:42 +00:00
|
|
|
src.lwithers.me.uk/go/htpack v1.3.2
|
2020-01-15 18:36:05 +00:00
|
|
|
src.lwithers.me.uk/go/writefile v1.0.1
|
2019-04-12 09:15:28 +01:00
|
|
|
)
|
2022-11-26 10:12:42 +00:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/VividCortex/ewma v1.2.0 // indirect
|
|
|
|
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect
|
|
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
2023-04-28 15:57:19 +01:00
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
2022-11-26 10:12:42 +00:00
|
|
|
github.com/kr/pretty v0.1.0 // indirect
|
2024-05-03 16:49:33 +01:00
|
|
|
github.com/mattn/go-runewidth v0.0.15 // indirect
|
|
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
2022-11-26 10:12:42 +00:00
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
|
|
)
|