cmd/htpacker: updated modules

This commit is contained in:
Laurence Withers 2024-07-18 14:57:49 +01:00
commit 7dffaaa5d7
2 changed files with 10 additions and 10 deletions

View file

@ -6,11 +6,11 @@ require (
github.com/andybalholm/brotli v1.1.0
github.com/foobaz/go-zopfli v0.0.0-20140122214029-7432051485e2
github.com/logrusorgru/aurora/v4 v4.0.0
github.com/spf13/cobra v1.8.0
github.com/spf13/cobra v1.8.1
github.com/vbauerster/mpb/v8 v8.7.3
golang.org/x/sys v0.19.0
golang.org/x/sys v0.22.0
gopkg.in/yaml.v2 v2.4.0
src.lwithers.me.uk/go/htpack v1.3.2
src.lwithers.me.uk/go/htpack v1.3.3
src.lwithers.me.uk/go/writefile v1.0.1
)