21 lines
676 B
Modula-2
21 lines
676 B
Modula-2
module github.com/safing/jess
|
|
|
|
go 1.15
|
|
|
|
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/mr-tron/base58 v1.2.0
|
|
github.com/safing/portbase v0.11.0
|
|
github.com/satori/go.uuid v1.2.0
|
|
github.com/spf13/cobra v1.1.3
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/tevino/abool v1.2.0
|
|
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e
|
|
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c
|
|
)
|