mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 04:07:35 +03:00
add support for Go 1.20 (#3641)
This commit is contained in:
parent
2aa71ff76b
commit
576d85cd3d
9 changed files with 115 additions and 13 deletions
1
go.mod
1
go.mod
|
@ -10,6 +10,7 @@ require (
|
|||
github.com/marten-seemann/qtls-go1-19 v0.1.2
|
||||
github.com/onsi/ginkgo/v2 v2.2.0
|
||||
github.com/onsi/gomega v1.20.1
|
||||
github.com/quic-go/qtls-go1-20 v0.1.0-rc.1
|
||||
golang.org/x/crypto v0.4.0
|
||||
golang.org/x/exp v0.0.0-20221205204356-47842c84f3db
|
||||
golang.org/x/net v0.4.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue