safing-jess/go.mod
2022-06-23 01:14:49 +00:00

17 lines
530 B
Modula-2

module github.com/safing/jess
go 1.15
require (
github.com/AlecAivazis/survey/v2 v2.3.5
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-20220622213112-05595931fe9d
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
)