1
0
mirror of https://github.com/cloudflare/gortr.git synced 2024-05-19 06:50:10 +00:00

9 lines
136 B
Modula-2
Raw Normal View History

module github.com/cloudflare/gortr
go 1.12
require (
github.com/prometheus/client_golang v0.9.2
github.com/sirupsen/logrus v1.4.0
)