cmd/htpacker now split into its own module
This commit is contained in:
parent
ce6749f0a3
commit
e47ed4e4c2
9 changed files with 769 additions and 10 deletions
3
go.mod
3
go.mod
|
|
@ -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
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue