ssh-cert/ssh-host-client/go.mod

10 lines
171 B
Modula-2
Raw Normal View History

2020-03-29 11:20:34 -05:00
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
)