File tree Expand file tree Collapse file tree 3 files changed +22
-197
lines changed Expand file tree Collapse file tree 3 files changed +22
-197
lines changed Original file line number Diff line number Diff line change 11module github.com/firedancer-io/firedancer/contrib/quic/go_compat
22
3- // Set this to Go 1.23 to enable post-quantum key exchange
4- go 1.23.0
3+ go 1.24.0
54
6- toolchain go1.23 .6
5+ toolchain go1.24 .6
76
87require (
9- github.com/quic-go/quic-go v0.54 .1
10- golang.org/x/net v0.40 .0
8+ github.com/quic-go/quic-go v0.57 .1
9+ golang.org/x/net v0.47 .0
1110)
1211
1312require (
14- github.com/francoispqt/gojay v1.2.13 // indirect
15- go.uber.org/mock v0.5.0 // indirect
16- golang.org/x/crypto v0.38.0 // indirect
17- golang.org/x/mod v0.18.0 // indirect
18- golang.org/x/sync v0.8.0 // indirect
19- golang.org/x/sys v0.33.0 // indirect
20- golang.org/x/tools v0.22.0 // indirect
13+ golang.org/x/crypto v0.45.0 // indirect
14+ golang.org/x/sys v0.38.0 // indirect
2115)
You can’t perform that action at this time.
0 commit comments