cmd/htpacker now split into its own module

This commit is contained in:
Laurence Withers 2019-04-12 09:15:28 +01:00
commit e47ed4e4c2
9 changed files with 769 additions and 10 deletions

13
cmd/htpacker/go.mod Normal file
View file

@ -0,0 +1,13 @@
module github.com/lwithers/htpack/cmd/htpacker
go 1.12
require (
github.com/foobaz/go-zopfli v0.0.0-20140122214029-7432051485e2
github.com/lwithers/htpack v0.0.0-20190412081421-ce6749f0a345
github.com/lwithers/pkg v1.2.1
github.com/spf13/cobra v0.0.3
github.com/spf13/pflag v1.0.3 // indirect
golang.org/x/sys v0.0.0-20190411185658-b44545bcd369
gopkg.in/yaml.v2 v2.2.2
)