20 lines
669 B
Modula-2
20 lines
669 B
Modula-2
module github.com/safing/jess
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/AlecAivazis/survey/v2 v2.0.7
|
|
github.com/aead/ecdh v0.2.0
|
|
github.com/inconshreveable/mousetrap v1.0.0
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
|
|
github.com/mattn/go-colorable v0.1.4
|
|
github.com/mattn/go-isatty v0.0.11
|
|
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
|
|
github.com/safing/portbase v0.4.1
|
|
github.com/satori/go.uuid v1.2.0
|
|
github.com/spf13/cobra v0.0.5
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/tevino/abool v0.0.0-20170917061928-9b9efcf221b5
|
|
golang.org/x/crypto v0.0.0-20191112222119-e1110fd1c708
|
|
golang.org/x/sys v0.0.0-20191113165036-4c7a9d0fe056
|
|
)
|