1
1
Fork 0
mirror of https://git.sr.ht/~emersion/tlstunnel synced 2024-05-25 02:46:07 +02:00
tlstunnel/go.mod
Simon Ser 839af3072c
Update certmagic to fix ALPN protocols
A recent certmagic commit [1] removes the assumption that tlstunnel will
proxy HTTP 1.1 and 2 traffic.

[1]: 3e4c11b75f
2020-09-14 21:37:24 +02:00

25 lines
1007 B
Modula-2

module git.sr.ht/~emersion/tlstunnel
go 1.15
require (
github.com/caddyserver/certmagic v0.11.3-0.20200914181052-3e4c11b75f17
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
github.com/klauspost/cpuid v1.3.1 // indirect
github.com/miekg/dns v1.1.31 // indirect
github.com/pires/go-proxyproto v0.1.3
github.com/pkg/errors v0.9.1 // indirect
github.com/stretchr/testify v1.6.1 // indirect
go.uber.org/multierr v1.6.0 // indirect
go.uber.org/zap v1.16.0 // indirect
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
golang.org/x/net v0.0.0-20200904194848-62affa334b73 // indirect
golang.org/x/sys v0.0.0-20200909081042-eff7692f9009 // indirect
golang.org/x/text v0.3.3 // indirect
golang.org/x/tools v0.0.0-20200304193943-95d2e580d8eb // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
honnef.co/go/tools v0.0.1-2020.1.3 // indirect
)