Merge pull request #3489 from lucas-clemente/generic-streams-map-incoming

use a generic streams map for incoming streams
This commit is contained in:
Marten Seemann 2022-08-12 13:05:53 +04:00 committed by GitHub
commit 556a6e2f99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 59 additions and 460 deletions

1
go.mod
View file

@ -3,7 +3,6 @@ module github.com/lucas-clemente/quic-go
go 1.18
require (
github.com/cheekybits/genny v1.0.0
github.com/francoispqt/gojay v1.2.13
github.com/golang/mock v1.6.0
github.com/marten-seemann/qpack v0.2.1