safing-jess/go.mod
2022-05-17 05:04:18 +00:00

17 lines
530 B
Modula-2

module github.com/safing/jess
go 1.15
require (
github.com/AlecAivazis/survey/v2 v2.3.4
github.com/aead/ecdh v0.2.0
github.com/fxamacker/cbor/v2 v2.4.0 // indirect
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/mr-tron/base58 v1.2.0
github.com/safing/portbase v0.14.4
github.com/satori/go.uuid v1.2.0
github.com/spf13/cobra v1.4.0
github.com/tevino/abool v1.2.0
golang.org/x/crypto v0.0.0-20220517005047-85d78b3ac167
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
)