cmd/htpacker, cmd/packserver: update dependencies

This commit is contained in:
Laurence Withers 2019-04-15 14:19:12 +01:00
commit e28f687057
4 changed files with 37 additions and 7 deletions

View file

@ -4,10 +4,13 @@ go 1.12
require (
github.com/foobaz/go-zopfli v0.0.0-20140122214029-7432051485e2
github.com/lwithers/htpack v0.0.0-20190412081421-ce6749f0a345
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/lwithers/htpack v1.0.0
github.com/lwithers/pkg v1.2.1
github.com/spf13/cobra v0.0.3
github.com/spf13/pflag v1.0.3 // indirect
golang.org/x/sys v0.0.0-20190411185658-b44545bcd369
golang.org/x/sys v0.0.0-20190415081028-16da32be82c5
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v2 v2.2.2
)