module github.com/safing/jess

go 1.20

require (
	github.com/AlecAivazis/survey/v2 v2.3.6
	github.com/aead/ecdh v0.2.0
	github.com/mr-tron/base58 v1.2.0
	github.com/safing/portbase v0.16.2
	github.com/satori/go.uuid v1.2.0
	github.com/spf13/cobra v1.5.0
	github.com/tevino/abool v1.2.0
	github.com/zalando/go-keyring v0.2.1
	golang.org/x/crypto v0.0.0-20221010152910-d6f0a8c073c2
	golang.org/x/sys v0.0.0-20221010170243-090e33056c14 // indirect
)