You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
196 B
9 lines
196 B
module cynking.com/jumpserver
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/manifoldco/promptui v0.7.0
|
|
github.com/mattn/go-sqlite3 v2.0.3+incompatible
|
|
golang.org/x/crypto v0.0.0-20200323165209-0ec3e9974c59
|
|
)
|