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-07-17 16:31:43 +01:00
|
|
|
github.com/lwithers/htpack v1.1.3
|
2019-04-15 14:10:26 +01:00
|
|
|
github.com/spf13/cobra v0.0.3
|
|
|
|
github.com/spf13/pflag v1.0.3 // indirect
|
|
|
|
)
|