You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ go get -u github.com/pion/webrtc
go: github.com/pion/webrtc upgrade => v1.2.0
go get: github.com/pion/webrtc@v1.2.0: parsing go.mod:
module declares its path as: github.com/pions/webrtc
but was required as: github.com/pion/webrtc
$ go get -u github.com/pion/webrtc@2.2.0
go get github.com/pion/webrtc@2.2.0: github.com/pion/webrtc@2.2.0: invalid version: unknown revision 2.2.0
this is so confusing for novice like me, how can i get latest pion/webrtc from go get ?
The text was updated successfully, but these errors were encountered:
Your environment.
What did you do?
I'm trying to install pion/webrtc with go.mod
What did you expect?
successful go get
What happened?
$ go get -u github.com/pion/webrtc go: github.com/pion/webrtc upgrade => v1.2.0 go get: github.com/pion/webrtc@v1.2.0: parsing go.mod: module declares its path as: github.com/pions/webrtc but was required as: github.com/pion/webrtc $ go get -u github.com/pion/webrtc@2.2.0 go get github.com/pion/webrtc@2.2.0: github.com/pion/webrtc@2.2.0: invalid version: unknown revision 2.2.0
this is so confusing for novice like me, how can i get latest pion/webrtc from
go get
?The text was updated successfully, but these errors were encountered: