update qpack to v0.5.0 (#4653)

No features were added in v0.5.0, nor were any bugs fixed.
No functional change expected.
This commit is contained in:
Marten Seemann
2024-09-01 10:58:51 +08:00
committed by GitHub
parent 0b32adc145
commit 1a25053e5e
4 changed files with 45 additions and 43 deletions

14
go.mod
View File

@@ -7,13 +7,13 @@ 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.4.0
github.com/quic-go/qpack v0.5.0
go.uber.org/mock v0.4.0
golang.org/x/crypto v0.23.0
golang.org/x/crypto v0.26.0
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842
golang.org/x/net v0.25.0
golang.org/x/sync v0.7.0
golang.org/x/sys v0.20.0
golang.org/x/net v0.28.0
golang.org/x/sync v0.8.0
golang.org/x/sys v0.23.0
golang.org/x/time v0.5.0
)
@@ -28,8 +28,8 @@ require (
github.com/prometheus/common v0.48.0 // indirect
github.com/prometheus/procfs v0.12.0 // indirect
golang.org/x/mod v0.17.0 // indirect
golang.org/x/text v0.15.0 // indirect
golang.org/x/tools v0.21.0 // indirect
golang.org/x/text v0.17.0 // indirect
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)