2019-04-15 14:10:26 +01:00
|
|
|
module github.com/lwithers/htpack/cmd/packserver
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
2019-10-09 13:06:02 +01:00
|
|
|
github.com/lwithers/htpack v1.1.4
|
2019-04-15 14:10:26 +01:00
|
|
|
github.com/spf13/cobra v0.0.3
|
|
|
|
github.com/spf13/pflag v1.0.3 // indirect
|
|
|
|
)
|