mirror of
https://github.com/cloudflare/gortr.git
synced 2024-05-19 06:50:10 +00:00
11 lines
228 B
Modula-2
11 lines
228 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
|
|
github.com/stretchr/testify v1.2.2
|
|
golang.org/x/crypto v0.0.0-20180904163835-0709b304e793
|
|
)
|