Basic work-in-progress, can pack basic files now

This commit is contained in:
Laurence Withers 2019-02-24 12:17:57 +00:00
commit e864d0829e
7 changed files with 1611 additions and 0 deletions

8
go.mod
View file

@ -1 +1,9 @@
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
)