forked from quic-go/quic-go
update qpack to v0.5.1 (#4664)
This release now doesn't reject N=1 values in Literal Field Line with Name Reference.
This commit is contained in:
2
go.mod
2
go.mod
@@ -7,7 +7,7 @@ require (
|
||||
github.com/onsi/ginkgo/v2 v2.9.5
|
||||
github.com/onsi/gomega v1.27.6
|
||||
github.com/prometheus/client_golang v1.19.1
|
||||
github.com/quic-go/qpack v0.5.0
|
||||
github.com/quic-go/qpack v0.5.1
|
||||
go.uber.org/mock v0.4.0
|
||||
golang.org/x/crypto v0.26.0
|
||||
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842
|
||||
|
||||
Reference in New Issue
Block a user