2020-09-08 10:11:32 +00:00
|
|
|
module git.sr.ht/~emersion/tlstunnel
|
|
|
|
|
2022-07-07 08:55:25 +00:00
|
|
|
go 1.16
|
2020-09-08 10:11:32 +00:00
|
|
|
|
2020-09-08 16:24:16 +00:00
|
|
|
require (
|
2022-02-03 08:30:06 +00:00
|
|
|
git.sr.ht/~emersion/go-scfg v0.0.0-20211215104734-c2c7a15d6c99
|
2022-11-16 15:54:30 +00:00
|
|
|
github.com/caddyserver/certmagic v0.17.2
|
|
|
|
github.com/klauspost/cpuid/v2 v2.2.1 // indirect
|
2023-01-12 15:55:05 +00:00
|
|
|
github.com/libdns/libdns v0.2.1
|
2022-07-07 08:49:10 +00:00
|
|
|
github.com/pires/go-proxyproto v0.6.2
|
2020-09-14 19:37:24 +00:00
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
2022-11-16 15:54:30 +00:00
|
|
|
go.uber.org/atomic v1.10.0 // indirect
|
2022-07-07 08:49:10 +00:00
|
|
|
go.uber.org/multierr v1.8.0 // indirect
|
2022-11-16 15:54:30 +00:00
|
|
|
go.uber.org/zap v1.23.0
|
|
|
|
golang.org/x/crypto v0.2.0 // indirect
|
|
|
|
golang.org/x/tools v0.3.0 // indirect
|
2020-09-08 16:24:16 +00:00
|
|
|
)
|