-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathgo.mod
More file actions
42 lines (39 loc) · 1.31 KB
/
go.mod
File metadata and controls
42 lines (39 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
module github.com/c2FmZQ/tlsproxy
go 1.26.0
require (
github.com/beevik/etree v1.6.0
github.com/c2FmZQ/ech v0.4.2
github.com/c2FmZQ/ech/publish v0.1.2
github.com/c2FmZQ/ech/quic v0.3.6
github.com/c2FmZQ/http3-go v0.59.0
github.com/c2FmZQ/quic-api v0.59.0
github.com/c2FmZQ/storage v0.3.2
github.com/c2FmZQ/tlsproxy/jwks v0.0.0-20260308015521-e84033c86e36
github.com/c2FmZQ/tpm v0.5.0
github.com/fxamacker/cbor/v2 v2.9.1
github.com/go-test/deep v1.1.0
github.com/golang-jwt/jwt/v5 v5.3.1
github.com/google/go-tpm-tools v0.4.7
github.com/gorilla/websocket v1.5.3
github.com/hashicorp/go-retryablehttp v0.7.8
github.com/hashicorp/golang-lru/v2 v2.0.7
github.com/pires/go-proxyproto v0.11.0
github.com/quic-go/quic-go v0.59.0
github.com/russellhaering/goxmldsig v1.6.0
golang.org/x/crypto v0.49.0
golang.org/x/net v0.52.0
golang.org/x/sys v0.43.0
golang.org/x/time v0.15.0
gopkg.in/yaml.v3 v3.0.1
software.sslmate.com/src/go-pkcs12 v0.7.0
)
require (
github.com/google/go-tpm v0.9.8 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/jonboulle/clockwork v0.5.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/quic-go/qpack v0.6.0 // indirect
github.com/x448/float16 v0.8.4 // indirect
golang.org/x/text v0.35.0 // indirect
google.golang.org/protobuf v1.36.5 // indirect
)