htpack/cmd/packserver/go.mod

11 lines
265 B
Modula-2

module github.com/lwithers/htpack/cmd/packserver
go 1.12
require (
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/lwithers/htpack v0.0.0-20190412081623-ea77f42dc393
github.com/spf13/cobra v0.0.3
github.com/spf13/pflag v1.0.3 // indirect
)