Finish up the initial packserver implementation

This commit is contained in:
Laurence Withers 2019-04-15 14:10:26 +01:00
commit 527b361b51
4 changed files with 245 additions and 0 deletions

10
cmd/packserver/go.mod Normal file
View 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
)