safing-jess/go.mod
2021-10-04 12:09:29 +00:00

17 lines
531 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/mattn/go-colorable v0.1.11 // indirect
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/mr-tron/base58 v1.2.0
github.com/safing/portbase v0.12.0
github.com/satori/go.uuid v1.2.0
github.com/spf13/cobra v1.2.1
github.com/tevino/abool v1.2.0
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
golang.org/x/sys v0.0.0-20211004093028-2c5d950f24ef // indirect
)