mirror of
https://github.com/cloudflare/gortr.git
synced 2024-05-19 06:50:10 +00:00
3cf0a35f2a
* Add SSH support in library. * GoRTR and RTRdump to use SSH with user/password or without auth * Updated README with simple compatilibty matrix, SSH configuration, Cisco configuration.
10 lines
192 B
Modula-2
10 lines
192 B
Modula-2
module github.com/cloudflare/gortr
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/prometheus/client_golang v0.9.2
|
|
github.com/sirupsen/logrus v1.4.0
|
|
golang.org/x/crypto v0.0.0-20180904163835-0709b304e793
|
|
)
|