Finish porting child modules to src.lwithers.me.uk

This commit is contained in:
Laurence Withers 2020-01-15 18:36:05 +00:00
commit 984639d475
9 changed files with 391 additions and 233 deletions

View file

@ -1,10 +1,8 @@
module github.com/lwithers/htpack/cmd/packserver
module src.lwithers.me.uk/go/htpack/cmd/packserver
go 1.12
go 1.13
require (
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/lwithers/htpack v1.1.4
github.com/spf13/cobra v0.0.3
github.com/spf13/pflag v1.0.3 // indirect
github.com/spf13/cobra v0.0.5
src.lwithers.me.uk/go/htpack v1.1.5
)