We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Because of problem #38 I tried to build branch renovate/github.com-pion-webrtc-v3-3.x, but still fails:
go: downloading github.com/gorilla/websocket v1.4.2 go: downloading github.com/pion/webrtc/v3 v3.0.16 go: downloading github.com/pion/datachannel v1.4.21 go: downloading github.com/pion/dtls/v2 v2.0.8 go: downloading github.com/pion/ice/v2 v2.0.16 go: downloading github.com/pion/interceptor v0.0.11 go: downloading github.com/pion/logging v0.2.2 go: downloading github.com/pion/randutil v0.1.0 go: downloading github.com/pion/rtcp v1.2.6 go: downloading github.com/pion/rtp v1.6.2 go: downloading github.com/pion/sctp v1.7.11 go: downloading github.com/pion/sdp/v3 v3.0.4 go: downloading github.com/pion/srtp/v2 v2.0.2 go: downloading github.com/pion/transport v0.12.3 go: downloading github.com/pkg/errors v0.9.1 go: downloading github.com/pion/udp v0.1.0 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 go: downloading github.com/pion/mdns v0.0.5 go: downloading github.com/pion/stun v0.3.5 go: downloading github.com/pion/turn/v2 v2.0.5 /go/pkg/mod/github.com/pion/ice/[email protected]/mdns.go:6:2: missing go.sum entry for module providing package github.com/google/uuid (imported by github.com/pion/ice/v2); to add: go get github.com/pion/ice/[email protected] /go/pkg/mod/github.com/pion/dtls/[email protected]/pkg/protocol/extension/server_name.go:6:2: missing go.sum entry for module providing package golang.org/x/crypto/cryptobyte (imported by github.com/pion/dtls/v2/pkg/protocol/extension); to add: go get github.com/pion/dtls/v2/pkg/protocol/[email protected] /go/pkg/mod/github.com/pion/dtls/[email protected]/pkg/crypto/elliptic/elliptic.go:9:2: missing go.sum entry for module providing package golang.org/x/crypto/curve25519 (imported by github.com/pion/dtls/v2/pkg/crypto/elliptic); to add: go get github.com/pion/dtls/v2/pkg/crypto/[email protected] /go/pkg/mod/github.com/pion/[email protected]/conn.go:12:2: missing go.sum entry for module providing package golang.org/x/net/dns/dnsmessage (imported by github.com/pion/mdns); to add: go get github.com/pion/[email protected] /go/pkg/mod/github.com/pion/[email protected]/conn.go:13:2: missing go.sum entry for module providing package golang.org/x/net/ipv4 (imported by github.com/pion/ice/v2); to add: go get github.com/pion/ice/[email protected] /go/pkg/mod/github.com/pion/ice/[email protected]/agent.go:18:2: missing go.sum entry for module providing package golang.org/x/net/proxy (imported by github.com/pion/webrtc/v3); to add: go get github.com/pion/webrtc/[email protected]
The text was updated successfully, but these errors were encountered:
Thanks for the report @pwFoo
I have merged this branch a go mod tidy was needed to fix.
go mod tidy
Sorry, something went wrong.
No branches or pull requests
Because of problem #38 I tried to build branch renovate/github.com-pion-webrtc-v3-3.x, but still fails:
The text was updated successfully, but these errors were encountered: