safing-jess/go.mod
2021-10-01 12:23:43 +00:00

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-20200706080929-d51e80ef957d
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-20210921155107-089bfa567519
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c
)