cmd/packserver: dependency update

This commit is contained in:
Laurence Withers 2022-07-06 10:17:32 +01:00
commit 16d836da9a
2 changed files with 42 additions and 39 deletions

View file

@ -3,6 +3,6 @@ module src.lwithers.me.uk/go/htpack/cmd/packserver
go 1.13
require (
github.com/spf13/cobra v0.0.5
src.lwithers.me.uk/go/htpack v1.2.0
github.com/spf13/cobra v1.5.0
src.lwithers.me.uk/go/htpack v1.3.1
)