Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest (v0.33.2) go-libp2p not compatible with latest (v0.8.0) quic-go/webtransport-go #2783

Closed
ribasushi opened this issue May 5, 2024 · 1 comment · Fixed by #2780
Closed

Comments

@ribasushi
Copy link

Having the following in go.mod

	github.com/libp2p/go-libp2p v0.33.2
        ...
	github.com/quic-go/quic-go v0.43.0 // indirect
	github.com/quic-go/webtransport-go v0.8.0 // indirect

results in

../../go/pkg/mod/github.com/libp2p/[email protected]/p2p/transport/webtransport/transport.go:206:3: unknown field RoundTripper in struct literal of type webtransport.Dialer
../../go/pkg/mod/github.com/libp2p/[email protected]/p2p/transport/webtransport/transport.go:210:4: unknown field QuicConfig in struct literal of type http3.RoundTripper
@ribasushi
Copy link
Author

Downgrading back to

	github.com/quic-go/quic-go v0.42.0 // indirect
	github.com/quic-go/webtransport-go v0.6.0 // indirect

resolves the compilation errors

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant