23 lines
843 B
Modula-2
23 lines
843 B
Modula-2
module github.com/safing/jess
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/AlecAivazis/survey/v2 v2.3.6
|
|
github.com/aead/ecdh v0.2.0
|
|
github.com/danieljoos/wincred v1.1.2 // indirect
|
|
github.com/godbus/dbus/v5 v5.1.0 // indirect
|
|
github.com/gofrs/uuid v4.3.0+incompatible // indirect
|
|
github.com/inconshreveable/mousetrap v1.0.1 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
|
|
github.com/mr-tron/base58 v1.2.0
|
|
github.com/safing/portbase v0.15.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-20220926161630-eccd6366d1be
|
|
golang.org/x/sys v0.0.0-20220928140112-f11e5e49a4ec // indirect
|
|
golang.org/x/term v0.0.0-20220919170432-7a66f970e087 // indirect
|
|
)
|