Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

Commit

Permalink
chore(deps): update module gortc.io/stun to v1.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and ernado committed Jan 3, 2020
1 parent 9683c60 commit b89efc9
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion e2e/coturn-client/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module gortc.io/gortcd/e2e/coturn-client

go 1.12

require gortc.io/stun v1.21.1
require gortc.io/stun v1.22.1
2 changes: 2 additions & 0 deletions e2e/coturn-client/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ gortc.io/stun v1.21.0 h1:hFUdDaQAlnRcrPcUhwPkV+XJWrY1shDjAPG4f8vu5Hw=
gortc.io/stun v1.21.0/go.mod h1:XD5lpONVyjvV3BgOyJFNo0iv6R2oZB4L+weMqxts+zg=
gortc.io/stun v1.21.1 h1:r7t/G5MIBWjsKbs7CTXK4DWjuaaJhuWYTbcL0xMlF9U=
gortc.io/stun v1.21.1/go.mod h1:XD5lpONVyjvV3BgOyJFNo0iv6R2oZB4L+weMqxts+zg=
gortc.io/stun v1.22.1 h1:96mOdDATYRqhYB+TZdenWBg4CzL2Ye5kPyBXQ8KAB+8=
gortc.io/stun v1.22.1/go.mod h1:XD5lpONVyjvV3BgOyJFNo0iv6R2oZB4L+weMqxts+zg=
2 changes: 1 addition & 1 deletion e2e/gortc-stun/stun-client/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ require (
go.uber.org/atomic v1.4.0 // indirect
go.uber.org/multierr v1.1.0 // indirect
go.uber.org/zap v1.10.0
gortc.io/stun v1.21.1
gortc.io/stun v1.22.1
)
2 changes: 2 additions & 0 deletions e2e/gortc-stun/stun-client/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ gortc.io/stun v1.21.0 h1:hFUdDaQAlnRcrPcUhwPkV+XJWrY1shDjAPG4f8vu5Hw=
gortc.io/stun v1.21.0/go.mod h1:XD5lpONVyjvV3BgOyJFNo0iv6R2oZB4L+weMqxts+zg=
gortc.io/stun v1.21.1 h1:r7t/G5MIBWjsKbs7CTXK4DWjuaaJhuWYTbcL0xMlF9U=
gortc.io/stun v1.21.1/go.mod h1:XD5lpONVyjvV3BgOyJFNo0iv6R2oZB4L+weMqxts+zg=
gortc.io/stun v1.22.1 h1:96mOdDATYRqhYB+TZdenWBg4CzL2Ye5kPyBXQ8KAB+8=
gortc.io/stun v1.22.1/go.mod h1:XD5lpONVyjvV3BgOyJFNo0iv6R2oZB4L+weMqxts+zg=
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ require (
golang.org/x/text v0.3.2 // indirect
gopkg.in/yaml.v2 v2.2.7
gortc.io/ice v0.7.0
gortc.io/stun v1.22.0
gortc.io/stun v1.22.1
gortc.io/turn v0.11.2
gortc.io/turnc v0.2.0
)
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,8 @@ gortc.io/sdp v0.17.0/go.mod h1:iwG4LtzGX1MLglrl5x7AL7cfLndFPMfJ02koQl5KIgE=
gortc.io/stun v1.21.0/go.mod h1:XD5lpONVyjvV3BgOyJFNo0iv6R2oZB4L+weMqxts+zg=
gortc.io/stun v1.22.0 h1:JUH+hPON8oOUcE0Hwoj/QJCY/uRtxBGD2qPL7yit1NY=
gortc.io/stun v1.22.0/go.mod h1:XD5lpONVyjvV3BgOyJFNo0iv6R2oZB4L+weMqxts+zg=
gortc.io/stun v1.22.1 h1:96mOdDATYRqhYB+TZdenWBg4CzL2Ye5kPyBXQ8KAB+8=
gortc.io/stun v1.22.1/go.mod h1:XD5lpONVyjvV3BgOyJFNo0iv6R2oZB4L+weMqxts+zg=
gortc.io/turn v0.10.0/go.mod h1:C5yO0WYgZj1fTGRKRJVyotcdDDdAUyg5MTI7re5cHuI=
gortc.io/turn v0.11.2 h1:YpusvCCdGbfhul7SeYE4exeokxdf6qe3jm9cqL7coL8=
gortc.io/turn v0.11.2/go.mod h1:OSr51+P6AiA9ZXTG4kI8WPsfkacTjvgCIYpx0ODGiVw=
Expand Down

0 comments on commit b89efc9

Please sign in to comment.