pion / rtwatch

Watch videos with friends using WebRTC, let the server do the pausing and seeking.
https://pion.ly/
300 stars 47 forks source link

Go build branch renovate/github.com-pion-webrtc-v3-3.x fails #42

Closed pwFoo closed 2 years ago

pwFoo commented 3 years ago

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/v2@v2.0.16/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/v2@v2.0.16
/go/pkg/mod/github.com/pion/dtls/v2@v2.0.8/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/extension@v2.0.8
/go/pkg/mod/github.com/pion/dtls/v2@v2.0.8/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/elliptic@v2.0.8
/go/pkg/mod/github.com/pion/mdns@v0.0.5/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/mdns@v0.0.5
/go/pkg/mod/github.com/pion/mdns@v0.0.5/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/v2@v2.0.16
/go/pkg/mod/github.com/pion/ice/v2@v2.0.16/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/v3@v3.0.16
Sean-Der commented 2 years ago

Thanks for the report @pwFoo

I have merged this branch a go mod tidy was needed to fix.