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
171 B
9 lines
171 B
module github.com/grmrgecko/ssh-cert/ssh-host-client
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/jinzhu/configor v1.1.1
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/urfave/cli v1.22.3
|
|
)
|