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
|
|
|
|
2024-07-18 14:58:38 +01:00
|
|
|
go 1.22
|
2019-04-15 14:10:26 +01:00
|
|
|
|
|
|
|
require (
|
2024-07-18 14:58:38 +01:00
|
|
|
github.com/spf13/cobra v1.8.1
|
|
|
|
src.lwithers.me.uk/go/htpack v1.3.3
|
2022-11-26 10:14:25 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
2024-07-18 14:58:38 +01:00
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
2022-11-26 10:14:25 +00:00
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
2024-07-18 14:58:38 +01:00
|
|
|
golang.org/x/sys v0.22.0 // indirect
|
2019-04-15 14:10:26 +01:00
|
|
|
)
|