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 (
|
2020-10-28 10:33:40 +00:00
|
|
|
git.sr.ht/~emersion/go-scfg v0.0.0-20201019143924-142a8aa629fc
|
2021-08-03 10:24:44 +00:00
|
|
|
github.com/caddyserver/certmagic v0.14.1
|
|
|
|
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
|
|
|
|
github.com/miekg/dns v1.1.43 // indirect
|
|
|
|
github.com/pires/go-proxyproto v0.6.0
|
2020-09-14 19:37:24 +00:00
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
2021-08-03 10:24:44 +00:00
|
|
|
go.uber.org/atomic v1.9.0 // indirect
|
|
|
|
go.uber.org/multierr v1.7.0 // indirect
|
|
|
|
go.uber.org/zap v1.18.1
|
|
|
|
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect
|
2020-09-14 19:37:24 +00:00
|
|
|
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
|
2021-08-03 10:24:44 +00:00
|
|
|
golang.org/x/net v0.0.0-20210726213435-c6fcb2dbf985 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
|
2020-09-14 19:37:24 +00:00
|
|
|
golang.org/x/tools v0.0.0-20200304193943-95d2e580d8eb // indirect
|
|
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
2020-09-08 16:24:16 +00:00
|
|
|
)
|