Bumps [github.com/AlecAivazis/survey/v2](https://github.com/AlecAivazis/survey) from 2.3.5 to 2.3.6. - [Release notes](https://github.com/AlecAivazis/survey/releases) - [Commits](https://github.com/AlecAivazis/survey/compare/v2.3.5...v2.3.6) --- updated-dependencies: - dependency-name: github.com/AlecAivazis/survey/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
16 lines
453 B
Modula-2
16 lines
453 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/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-20220622213112-05595931fe9d
|
|
)
|