cmd/packserver: bump htpack dependency
This commit is contained in:
parent
c2d7bdaa71
commit
8528a31d54
|
@ -5,7 +5,7 @@ go 1.12
|
|||
require (
|
||||
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
||||
github.com/kisielk/errcheck v1.2.0 // indirect
|
||||
github.com/lwithers/htpack v1.1.1
|
||||
github.com/lwithers/htpack v1.1.2
|
||||
github.com/spf13/cobra v0.0.3
|
||||
github.com/spf13/pflag v1.0.3 // indirect
|
||||
golang.org/x/crypto v0.0.0-20190411191339-88737f569e3a // indirect
|
||||
|
|
Loading…
Reference in New Issue