Skip to content

Commit

Permalink
Update pion/turn to v1.3.2
Browse files Browse the repository at this point in the history
Also update pion/transport to v0.8.6
Relates to pion/webrtc#740
  • Loading branch information
enobufs authored and Sean-Der committed Jul 17, 2019
1 parent 0bc71fb commit f4913c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ require (
github.com/pion/logging v0.2.2
github.com/pion/mdns v0.0.2
github.com/pion/stun v0.3.1
github.com/pion/transport v0.8.5
github.com/pion/turn v1.3.1
github.com/pion/transport v0.8.6
github.com/pion/turn v1.3.2
github.com/stretchr/testify v1.3.0
golang.org/x/net v0.0.0-20190628185345-da137c7871d7
golang.org/x/sys v0.0.0-20190712062909-fae7ac547cb7 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ github.com/pion/mdns v0.0.2 h1:T22Gg4dSuYVYsZ21oRFh9z7twzAm27+5PEKiABbjCvM=
github.com/pion/mdns v0.0.2/go.mod h1:VrN3wefVgtfL8QgpEblPUC46ag1reLIfpqekCnKunLE=
github.com/pion/stun v0.3.1 h1:d09JJzOmOS8ZzIp8NppCMgrxGZpJ4Ix8qirfNYyI3BA=
github.com/pion/stun v0.3.1/go.mod h1:xrCld6XM+6GWDZdvjPlLMsTU21rNxnO6UO8XsAvHr/M=
github.com/pion/transport v0.8.5 h1:uo7g9BH6+Nm7DaJ1qX8+sv1o5rYREIM41kzrPVQYg14=
github.com/pion/transport v0.8.5/go.mod h1:nAmRRnn+ArVtsoNuwktvAD+jrjSD7pA+H3iRmZwdUno=
github.com/pion/turn v1.3.1 h1:HyhVtxg/MYz5Fa/HTwpWNUZuV54JyLMO/q/i0IazDkw=
github.com/pion/turn v1.3.1/go.mod h1:hWq4GRmlIgzbv2/6IneaETwooIIu/03uw5nJmsrAlyM=
github.com/pion/transport v0.8.6 h1:xHQq2mxAjB+UrFs90aUBaXwlmIACfQAZnOiVAX3uqMw=
github.com/pion/transport v0.8.6/go.mod h1:nAmRRnn+ArVtsoNuwktvAD+jrjSD7pA+H3iRmZwdUno=
github.com/pion/turn v1.3.2 h1:dV9GcNTsPKWgj3jvsNBLjuHLrpXCIh+QcKJaZjEH4MM=
github.com/pion/turn v1.3.2/go.mod h1:5HXua2f2fBA1jBF2lTCzXa+NQVRtQwQmJp6RpvC/0Ac=
github.com/pkg/errors v0.8.1 h1:iURUrRGxPUNPdy5/HRSm+Yj6okJ6UtLINN0Q9M4+h3I=
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
Expand Down

0 comments on commit f4913c1

Please sign in to comment.