1
1
Fork 0
mirror of https://git.sr.ht/~emersion/tlstunnel synced 2024-06-08 20:56:32 +02:00
tlstunnel/go.mod

10 lines
200 B
Modula-2
Raw Normal View History

2020-09-08 12:11:32 +02:00
module git.sr.ht/~emersion/tlstunnel
go 1.15
2020-09-08 18:24:16 +02:00
require (
github.com/caddyserver/certmagic v0.11.2
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
2020-09-09 14:52:41 +02:00
github.com/pires/go-proxyproto v0.1.3
2020-09-08 18:24:16 +02:00
)