safing-jess/go.mod
2022-02-02 15:21:58 +01:00

18 lines
595 B
Modula-2

module github.com/safing/jess
go 1.15
require (
github.com/AlecAivazis/survey/v2 v2.3.2
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.13.4
github.com/satori/go.uuid v1.2.0
github.com/spf13/cobra v1.3.0
github.com/tevino/abool v1.2.0
golang.org/x/crypto v0.0.0-20220131195533-30dcbda58838
golang.org/x/sys v0.0.0-20220128215802-99c3d69c2c27 // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
)