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