cmd/packserver: bump to latest version of handler

Adds range support.
This commit is contained in:
Laurence Withers 2019-10-09 13:06:02 +01:00
commit 566c23dd7e
2 changed files with 3 additions and 1 deletions

View file

@ -4,7 +4,7 @@ go 1.12
require (
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/lwithers/htpack v1.1.3
github.com/lwithers/htpack v1.1.4
github.com/spf13/cobra v0.0.3
github.com/spf13/pflag v1.0.3 // indirect
)