Finish up the initial packserver implementation
This commit is contained in:
parent
ea77f42dc3
commit
527b361b51
4 changed files with 245 additions and 0 deletions
10
cmd/packserver/go.mod
Normal file
10
cmd/packserver/go.mod
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
module github.com/lwithers/htpack/cmd/packserver
|
||||
|
||||
go 1.12
|
||||
|
||||
require (
|
||||
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
||||
github.com/lwithers/htpack v0.0.0-20190412081623-ea77f42dc393
|
||||
github.com/spf13/cobra v0.0.3
|
||||
github.com/spf13/pflag v1.0.3 // indirect
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue