1
1
mirror of https://git.sr.ht/~emersion/tlstunnel synced 2024-09-21 20:51:42 +02:00
tlstunnel/go.mod

9 lines
161 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
)