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

3
go.mod
View file

@ -1,9 +1,6 @@
module github.com/lwithers/htpack
require (
github.com/foobaz/go-zopfli v0.0.0-20140122214029-7432051485e2
github.com/gogo/protobuf v1.2.1
github.com/lwithers/pkg v1.2.1
golang.org/x/sys v0.0.0-20180924175946-90868a75fefd
gopkg.in/yaml.v2 v2.2.2
)