safing-jess/go.mod
2021-12-29 13:25:58 +00:00

15 lines
415 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/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/mr-tron/base58 v1.2.0
github.com/safing/portbase v0.13.2
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-20211215153901-e495a2d5b3d3
)