From 97a823d748d9b29daf6638211ba833b6440e7fe7 Mon Sep 17 00:00:00 2001 From: Laurence Withers Date: Fri, 10 May 2019 13:22:53 +0100 Subject: [PATCH] packserver: use htpack v1.1.1 --- cmd/packserver/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/packserver/go.mod b/cmd/packserver/go.mod index 5f632f3..5d65e19 100644 --- a/cmd/packserver/go.mod +++ b/cmd/packserver/go.mod @@ -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.0 + github.com/lwithers/htpack v1.1.1 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