Skip to content

Commit

Permalink
bump to use rebase-sn branch
Browse files Browse the repository at this point in the history
  • Loading branch information
billylindeman committed Jul 15, 2021
1 parent 5d9ecea commit 357768e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/pion/ion-cluster
go 1.15

//replace github.com/pion/ion-sfu => github.com/cryptagon/ion-sfu master-tandem
//replace github.com/pion/ion-sfu => github.com/cryptagon/ion-sfu v1.10.4-0.20210518234538-0fe209599f01
//replace github.com/pion/ion-sfu => github.com/cryptagon/ion-sfu v1.10.4-0.20210714185915-37b25e14f770

// replace github.com/pion/ion-sfu => /Users/billy/Development/go/src/github.com/pion/ion-sfu

Expand All @@ -14,7 +14,7 @@ require (
github.com/coreos/etcd v3.3.25+incompatible
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/envoyproxy/go-control-plane v0.9.4 // indirect
github.com/getlantern/deepcopy v0.0.0-20160317154340-7f45deb8130a // indirect
github.com/getlantern/deepcopy v0.0.0-20160317154340-7f45deb8130a
github.com/go-logr/logr v0.4.0
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.4.2
Expand All @@ -24,7 +24,7 @@ require (
github.com/pborman/uuid v1.2.1
github.com/pion/interceptor v0.0.12
github.com/pion/ion-log v1.0.1
github.com/pion/ion-sfu v1.10.7-0.20210708034310-cf4a550494cf
github.com/pion/ion-sfu v1.10.7
github.com/pion/quic v0.1.4 // indirect
github.com/pion/rtcp v1.2.6
github.com/pion/sdp/v2 v2.4.0
Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,8 @@ github.com/creack/pty v1.1.7/go.mod h1:lj5s0c3V2DBrqTV7llrYr5NG6My20zk30Fl46Y7Do
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
github.com/cryptagon/ion-sfu v1.10.4-0.20210518234538-0fe209599f01 h1:ETWsbwdhIA9tO52Aa0RH2sELUGBNv7ut4yRJTJ6mSTE=
github.com/cryptagon/ion-sfu v1.10.4-0.20210518234538-0fe209599f01/go.mod h1:Wx6b4qGUjvSo1kGl+/fHl0ZF48g2IJOjzUFg0yCo9qY=
github.com/cryptagon/ion-sfu v1.10.4-0.20210714185915-37b25e14f770 h1:+/36v39Felm332wBVtsH/VLMQxI0JnjrUL4KFIYedfc=
github.com/cryptagon/ion-sfu v1.10.4-0.20210714185915-37b25e14f770/go.mod h1:Wx6b4qGUjvSo1kGl+/fHl0ZF48g2IJOjzUFg0yCo9qY=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand Down Expand Up @@ -660,6 +662,8 @@ github.com/pion/ion-sfu v1.10.5-0.20210609031703-7ecf8fbe03a4 h1:q6BuVI/AMPxop4V
github.com/pion/ion-sfu v1.10.5-0.20210609031703-7ecf8fbe03a4/go.mod h1:Wx6b4qGUjvSo1kGl+/fHl0ZF48g2IJOjzUFg0yCo9qY=
github.com/pion/ion-sfu v1.10.7-0.20210708034310-cf4a550494cf h1:T+lwaXmjlbIwcoT2QEnP3Eg1TgI1ri2JMwiZq/0ETcs=
github.com/pion/ion-sfu v1.10.7-0.20210708034310-cf4a550494cf/go.mod h1:Wx6b4qGUjvSo1kGl+/fHl0ZF48g2IJOjzUFg0yCo9qY=
github.com/pion/ion-sfu v1.10.7 h1:0eBgWbPKA7lTAYENiRJDZvIDQBKLD2Uu8l9K3TtGLGY=
github.com/pion/ion-sfu v1.10.7/go.mod h1:Wx6b4qGUjvSo1kGl+/fHl0ZF48g2IJOjzUFg0yCo9qY=
github.com/pion/logging v0.2.2 h1:M9+AIj/+pxNsDfAT64+MAVgJO0rsyLnoJKCqf//DoeY=
github.com/pion/logging v0.2.2/go.mod h1:k0/tDVsRCX2Mb2ZEmTqNa7CWsQPc+YYCB7Q+5pahoms=
github.com/pion/mdns v0.0.5 h1:Q2oj/JB3NqfzY9xGZ1fPzZzK7sDSD8rZPOvcIQ10BCw=
Expand Down

0 comments on commit 357768e

Please sign in to comment.