This repository has been archived by the owner on May 15, 2024. It is now read-only.
chore(deps): bump github.com/quic-go/quic-go from 0.37.7 to 0.42.0 #495
Annotations
10 errors
Run tests
undefined: logging.NullTracer
|
Run tests
cannot use &metricsTracer{} (value of type *metricsTracer) as logging.Tracer value in variable declaration
|
Run tests
undefined: logging.NullConnectionTracer
|
Run tests
cannot use &metricsConnTracer{} (value of type *metricsConnTracer) as logging.ConnectionTracer value in variable declaration
|
Run tests
unknown field RequireAddressValidation in struct literal of type quic.Config
|
Run tests
unknown field DisableVersionNegotiationPackets in struct literal of type quic.Config
|
Run tests
cannot use func(ctx context.Context, p quiclogging.Perspective, ci quic.ConnectionID) quiclogging.ConnectionTracer {…} (value of type func(ctx context.Context, p "github.com/quic-go/quic-go/internal/protocol".Perspective, ci "github.com/quic-go/quic-go/internal/protocol".ConnectionID) logging.ConnectionTracer) as func(context.Context, "github.com/quic-go/quic-go/internal/protocol".Perspective, "github.com/quic-go/quic-go/internal/protocol".ConnectionID) *logging.ConnectionTracer value in assignment
|
Run tests
cannot use quiclogging.NewMultiplexedConnectionTracer(tracers...) (value of type *logging.ConnectionTracer) as logging.ConnectionTracer value in return statement
|
Run tests
cannot use tracers (variable of type []logging.ConnectionTracer) as []*logging.ConnectionTracer value in argument to quiclogging.NewMultiplexedConnectionTracer
|
Run tests
cannot use c.mt (variable of type *metricsTracer) as *logging.Tracer value in assignment
|
Loading