1
1
Fork 0
mirror of https://git.sr.ht/~emersion/tlstunnel synced 2024-05-03 22:26:29 +02:00
tlstunnel/go.mod

27 lines
794 B
Modula-2
Raw Normal View History

2020-09-08 12:11:32 +02:00
module git.sr.ht/~emersion/tlstunnel
2024-03-12 09:44:36 +01:00
go 1.18
2020-09-08 12:11:32 +02:00
2020-09-08 18:24:16 +02:00
require (
2024-03-12 09:41:10 +01:00
git.sr.ht/~emersion/go-scfg v0.0.0-20240128091534-2ae16e782082
github.com/caddyserver/certmagic v0.20.0
github.com/libdns/dnsupdate v0.0.0-20230728193621-2e79c50ea2ee
github.com/libdns/libdns v0.2.1
2023-11-20 15:34:03 +01:00
github.com/pires/go-proxyproto v0.7.0
2024-03-12 09:41:10 +01:00
go.uber.org/zap v1.27.0
2024-03-12 09:44:36 +01:00
)
require (
github.com/klauspost/cpuid/v2 v2.2.7 // indirect
github.com/mholt/acmez v1.2.0 // indirect
github.com/miekg/dns v1.1.58 // indirect
github.com/zeebo/blake3 v0.2.3 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/crypto v0.21.0 // indirect
golang.org/x/mod v0.16.0 // indirect
golang.org/x/net v0.22.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
2024-03-12 09:41:10 +01:00
golang.org/x/tools v0.19.0 // indirect
2020-09-08 18:24:16 +02:00
)