2020-01-15 18:36:05 +00:00
|
|
|
module src.lwithers.me.uk/go/htpack/cmd/packserver
|
2019-04-15 14:10:26 +01:00
|
|
|
|
2026-08-28 10:56:48 +01:00
|
|
|
go 1.26.0
|
2019-04-15 14:10:26 +01:00
|
|
|
|
|
|
|
|
require (
|
2026-08-28 10:56:48 +01:00
|
|
|
github.com/spf13/cobra v1.10.2
|
|
|
|
|
src.lwithers.me.uk/go/htpack v1.5.0
|
2022-11-26 10:14:25 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
2024-07-18 14:58:38 +01:00
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
2026-08-28 10:56:48 +01:00
|
|
|
github.com/spf13/pflag v1.0.10 // indirect
|
|
|
|
|
golang.org/x/sys v0.47.0 // indirect
|
|
|
|
|
google.golang.org/protobuf v1.36.12 // indirect
|
2019-04-15 14:10:26 +01:00
|
|
|
)
|