1
0
mirror of https://github.com/cloudflare/gortr.git synced 2024-05-19 06:50:10 +00:00
Louis Poinsignon 3cf0a35f2a Protocol update:
* 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.
2019-04-05 15:27:57 -07:00

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
)