mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 04:07:35 +03:00
drop qtls support for Go 1.18
This commit is contained in:
parent
5b72f4c900
commit
f42357f096
11 changed files with 10 additions and 124 deletions
3
go.mod
3
go.mod
|
@ -1,6 +1,6 @@
|
|||
module github.com/quic-go/quic-go
|
||||
|
||||
go 1.18
|
||||
go 1.19
|
||||
|
||||
require (
|
||||
github.com/francoispqt/gojay v1.2.13
|
||||
|
@ -8,7 +8,6 @@ require (
|
|||
github.com/onsi/ginkgo/v2 v2.2.0
|
||||
github.com/onsi/gomega v1.20.1
|
||||
github.com/quic-go/qpack v0.4.0
|
||||
github.com/quic-go/qtls-go1-18 v0.2.0
|
||||
github.com/quic-go/qtls-go1-19 v0.2.0
|
||||
github.com/quic-go/qtls-go1-20 v0.1.0
|
||||
golang.org/x/crypto v0.4.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue