Basic work-in-progress, can pack basic files now
This commit is contained in:
parent
0fc26e5414
commit
e864d0829e
7 changed files with 1611 additions and 0 deletions
8
go.mod
8
go.mod
|
|
@ -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
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue