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-04-15 14:19:12 +01:00
|
|
|
github.com/kisielk/errcheck v1.2.0 // indirect
|
2019-05-10 13:22:53 +01:00
|
|
|
github.com/lwithers/htpack v1.1.1
|
2019-04-15 14:10:26 +01:00
|
|
|
github.com/spf13/cobra v0.0.3
|
|
|
|
github.com/spf13/pflag v1.0.3 // indirect
|
2019-04-15 14:19:12 +01:00
|
|
|
golang.org/x/crypto v0.0.0-20190411191339-88737f569e3a // indirect
|
|
|
|
golang.org/x/net v0.0.0-20190415100556-4a65cf94b679 // indirect
|
|
|
|
golang.org/x/tools v0.0.0-20190411180116-681f9ce8ac52 // indirect
|
2019-04-15 14:10:26 +01:00
|
|
|
)
|