htpack/cmd/htpacker/go.mod

14 lines
380 B
Modula-2
Raw Normal View History

module github.com/lwithers/htpack/cmd/htpacker
go 1.12
require (
github.com/foobaz/go-zopfli v0.0.0-20140122214029-7432051485e2
github.com/lwithers/htpack v0.0.0-20190412081421-ce6749f0a345
github.com/lwithers/pkg v1.2.1
github.com/spf13/cobra v0.0.3
github.com/spf13/pflag v1.0.3 // indirect
golang.org/x/sys v0.0.0-20190411185658-b44545bcd369
gopkg.in/yaml.v2 v2.2.2
)