Skip to content

Commit 78923ca

Browse files
Bump github.com/quic-go/webtransport-go from 0.8.0 to 0.10.0
Bumps [github.com/quic-go/webtransport-go](https://github.com/quic-go/webtransport-go) from 0.8.0 to 0.10.0. - [Release notes](https://github.com/quic-go/webtransport-go/releases) - [Commits](quic-go/webtransport-go@v0.8.0...v0.10.0) --- updated-dependencies: - dependency-name: github.com/quic-go/webtransport-go dependency-version: 0.10.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 90ed89d commit 78923ca

2 files changed

Lines changed: 49 additions & 138 deletions

File tree

go.mod

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -48,18 +48,18 @@ require (
4848
github.com/spf13/cobra v1.5.0
4949
github.com/spf13/pflag v1.0.5
5050
github.com/spf13/viper v1.14.0
51-
github.com/stretchr/testify v1.10.0
51+
github.com/stretchr/testify v1.11.1
5252
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
5353
github.com/tikv/client-go/v2 v2.0.1
5454
github.com/whyrusleeping/timecache v0.0.0-20160911033111-cfcb2f1abfee
5555
go.uber.org/ratelimit v0.1.0
5656
go.uber.org/zap v1.27.0
57-
golang.org/x/crypto v0.32.0
58-
golang.org/x/net v0.34.0 // indirect
59-
golang.org/x/sync v0.10.0
60-
golang.org/x/sys v0.29.0
57+
golang.org/x/crypto v0.41.0
58+
golang.org/x/net v0.43.0 // indirect
59+
golang.org/x/sync v0.16.0
60+
golang.org/x/sys v0.35.0
6161
golang.org/x/time v0.5.0
62-
golang.org/x/tools v0.29.0 // indirect
62+
golang.org/x/tools v0.36.0 // indirect
6363
google.golang.org/grpc v1.55.0
6464
google.golang.org/protobuf v1.36.4
6565
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
@@ -83,8 +83,8 @@ require (
8383
github.com/olekukonko/tablewriter v0.0.5
8484
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58
8585
golang.org/x/exp v0.0.0-20250128182459-e0ece0dbea4c
86-
golang.org/x/term v0.28.0
87-
golang.org/x/text v0.21.0
86+
golang.org/x/term v0.34.0
87+
golang.org/x/text v0.28.0
8888
)
8989

9090
require (
@@ -116,11 +116,11 @@ require (
116116
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
117117
github.com/dlclark/regexp2 v1.7.0 // indirect
118118
github.com/docker/go-units v0.5.0 // indirect
119+
github.com/dunglas/httpsfv v1.1.0 // indirect
119120
github.com/edsrzf/mmap-go v1.1.0 // indirect
120121
github.com/elastic/gosigar v0.14.3 // indirect
121122
github.com/fatih/color v1.13.0 // indirect
122123
github.com/flynn/noise v1.1.0 // indirect
123-
github.com/francoispqt/gojay v1.2.13 // indirect
124124
github.com/fsnotify/fsnotify v1.6.0 // indirect
125125
github.com/gballet/go-libpcsclite v0.0.0-20190607065134-2772fd86a8ff // indirect
126126
github.com/getsentry/sentry-go v0.25.0 // indirect
@@ -131,7 +131,6 @@ require (
131131
github.com/go-ole/go-ole v1.3.0 // indirect
132132
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
133133
github.com/go-stack/stack v1.8.1 // indirect
134-
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
135134
github.com/go-toolsmith/astcast v1.0.0 // indirect
136135
github.com/go-toolsmith/astcopy v1.0.0 // indirect
137136
github.com/go-toolsmith/astequal v1.0.0 // indirect
@@ -160,7 +159,6 @@ require (
160159
github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 // indirect
161160
github.com/google/btree v1.1.2 // indirect
162161
github.com/google/gopacket v1.1.19 // indirect
163-
github.com/google/pprof v0.0.0-20250128161936-077ca0a936bf // indirect
164162
github.com/google/uuid v1.6.0 // indirect
165163
github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 // indirect
166164
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect
@@ -223,7 +221,7 @@ require (
223221
github.com/multiformats/go-varint v0.0.7 // indirect
224222
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
225223
github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d // indirect
226-
github.com/onsi/ginkgo/v2 v2.22.2 // indirect
224+
github.com/onsi/gomega v1.36.2 // indirect
227225
github.com/opencontainers/runtime-spec v1.2.0 // indirect
228226
github.com/opentracing/opentracing-go v1.2.0 // indirect
229227
github.com/pelletier/go-toml/v2 v2.0.5 // indirect
@@ -254,9 +252,9 @@ require (
254252
github.com/prometheus/common v0.62.0 // indirect
255253
github.com/prometheus/procfs v0.15.1 // indirect
256254
github.com/prometheus/tsdb v0.7.1 // indirect
257-
github.com/quic-go/qpack v0.5.1 // indirect
258-
github.com/quic-go/quic-go v0.46.0 // indirect
259-
github.com/quic-go/webtransport-go v0.8.0 // indirect
255+
github.com/quic-go/qpack v0.6.0 // indirect
256+
github.com/quic-go/quic-go v0.59.0 // indirect
257+
github.com/quic-go/webtransport-go v0.10.0 // indirect
260258
github.com/raulk/go-watchdog v1.3.0 // indirect
261259
github.com/rivo/uniseg v0.4.4 // indirect
262260
github.com/rogpeppe/go-internal v1.11.0 // indirect
@@ -293,9 +291,11 @@ require (
293291
go.uber.org/atomic v1.11.0 // indirect
294292
go.uber.org/dig v1.18.0 // indirect
295293
go.uber.org/fx v1.23.0 // indirect
296-
go.uber.org/mock v0.5.0 // indirect
294+
go.uber.org/mock v0.5.2 // indirect
297295
go.uber.org/multierr v1.11.0 // indirect
298-
golang.org/x/mod v0.22.0 // indirect
296+
golang.org/x/mod v0.27.0 // indirect
297+
golang.org/x/tools/go/expect v0.1.1-deprecated // indirect
298+
golang.org/x/tools/go/packages/packagestest v0.1.1-deprecated // indirect
299299
gonum.org/v1/gonum v0.13.0 // indirect
300300
google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 // indirect
301301
gopkg.in/ini.v1 v1.67.0 // indirect

0 commit comments

Comments
 (0)