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
|
|
|
|
2022-11-26 10:14:25 +00:00
|
|
|
go 1.19
|
2019-04-15 14:10:26 +01:00
|
|
|
|
|
|
|
require (
|
2022-11-26 10:14:25 +00:00
|
|
|
github.com/spf13/cobra v1.6.1
|
|
|
|
src.lwithers.me.uk/go/htpack v1.3.2
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
|
|
github.com/inconshreveable/mousetrap v1.0.1 // indirect
|
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
|
|
golang.org/x/sys v0.2.0 // indirect
|
2019-04-15 14:10:26 +01:00
|
|
|
)
|