feat(deps): bump github.com/quic-go/quic-go from 0.46.0 to 0.55.0 #31
Annotations
10 errors
|
Run go test -v ./...:
pkg/agent/authflow.go#L81
cannot use stream (variable of struct type quic.Stream) as io.Writer value in argument to io.Copy: quic.Stream does not implement io.Writer (method Write has pointer receiver)
|
|
Run go test -v ./...:
pkg/agent/authflow.go#L77
cannot use stream (variable of struct type quic.Stream) as io.Writer value in argument to binary.Write: quic.Stream does not implement io.Writer (method Write has pointer receiver)
|
|
Run go test -v ./...:
pkg/agent/authflow.go#L45
undefined: quic.Connection
|
|
Run go test -v ./...:
pkg/agent/authflow.go#L22
undefined: quic.Connection
|
|
Run go test -v ./...:
pkg/agent/auth_noauth.go#L40
undefined: quic.Connection
|
|
Run go test -v ./...:
pkg/agent/auth_noauth.go#L26
undefined: quic.Connection
|
|
Run go test -v ./...:
pkg/agent/auth_jwt.go#L51
undefined: quic.Connection
|
|
Run go test -v ./...:
pkg/agent/auth_jwt.go#L32
undefined: quic.Connection
|
|
Run go test -v ./...:
pkg/agent/auth.go#L22
undefined: quic.Connection
|
|
Run go test -v ./...:
pkg/agent/auth.go#L13
undefined: quic.Connection
|
Loading