Skip to content

最新版本和gin的依赖冲突 #496

@cobain

Description

@cobain

gin v1.12.0 会把 quic-go 拉到 v0.59.0,但 req/v3 v3.57.0 目前依赖的 HTTP/3 代码还需要 quic-go v0.57.1 里的 ConnectionTracingID。

github.com/imroc/req/v3/internal/http3

../../../../go/pkg/mod/github.com/imroc/req/v3@v3.57.0/internal/http3/transport.go:102:41: undefined: quic.ConnectionTracingID
../../../../go/pkg/mod/github.com/imroc/req/v3@v3.57.0/internal/http3/transport.go:103:42: undefined: quic.ConnectionTracingID
../../../../go/pkg/mod/github.com/imroc/req/v3@v3.57.0/internal/http3/client.go:87:38: undefined: quic.ConnectionTracingID
../../../../go/pkg/mod/github.com/imroc/req/v3@v3.57.0/internal/http3/client.go:88:42: undefined: quic.ConnectionTracingID
../../../../go/pkg/mod/github.com/imroc/req/v3@v3.57.0/internal/http3/client.go:169:85: undefined: quic.ConnectionTracingID
../../../../go/pkg/mod/github.com/imroc/req/v3@v3.57.0/internal/http3/client.go:182:39: undefined: quic.ConnectionTracingKey
../../../../go/pkg/mod/github.com/imroc/req/v3@v3.57.0/internal/http3/client.go:182:67: undefined: quic.ConnectionTracingID
../../../../go/pkg/mod/github.com/imroc/req/v3@v3.57.0/internal/http3/conn.go:235:73: undefined: quic.ConnectionTracingID
../../../../go/pkg/mod/github.com/imroc/req/v3@v3.57.0/internal/http3/conn.go:254:34: undefined: quic.ConnectionTracingKey
../../../../go/pkg/mod/github.com/imroc/req/v3@v3.57.0/internal/http3/conn.go:254:62: undefined: quic.ConnectionTracingID
../../../../go/pkg/mod/github.com/imroc/req/v3@v3.57.0/internal/http3/conn.go:254:62: too many errors

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions