File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ require (
88 github.com/google/uuid v1.6.0
99 github.com/gorilla/websocket v1.5.3
1010 github.com/joho/godotenv v1.5.1
11- github.com/pion/dtls/v3 v3.0.7
11+ github.com/pion/dtls/v3 v3.0.8
1212 github.com/plgd-dev/go-coap/v3 v3.4.1
1313 golang.org/x/crypto v0.45.0
1414 golang.org/x/sync v0.19.0
@@ -17,7 +17,7 @@ require (
1717require (
1818 github.com/dsnet/golib/memfile v1.0.0 // indirect
1919 github.com/pion/logging v0.2.4 // indirect
20- github.com/pion/transport/v3 v3.0.7 // indirect
20+ github.com/pion/transport/v3 v3.1.1 // indirect
2121 go.uber.org/atomic v1.11.0 // indirect
2222 golang.org/x/exp v0.0.0-20240904232852-e7e105dedf7e // indirect
2323 golang.org/x/net v0.47.0 // indirect
Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ github.com/gorilla/websocket v1.5.3 h1:saDtZ6Pbx/0u+bgYQ3q96pZgCzfhKXGPqt7kZ72aN
1212github.com/gorilla/websocket v1.5.3 /go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE =
1313github.com/joho/godotenv v1.5.1 h1:7eLL/+HRGLY0ldzfGMeQkb7vMd0as4CfYvUVzLqw0N0 =
1414github.com/joho/godotenv v1.5.1 /go.mod h1:f4LDr5Voq0i2e/R5DDNOoa2zzDfwtkZa6DnEwAbqwq4 =
15- github.com/pion/dtls/v3 v3.0.7 h1:bItXtTYYhZwkPFk4t1n3Kkf5TDrfj6+4wG+CZR8uI9Q =
16- github.com/pion/dtls/v3 v3.0.7 /go.mod h1:uDlH5VPrgOQIw59irKYkMudSFprY9IEFCqz/eTz16f8 =
15+ github.com/pion/dtls/v3 v3.0.8 h1:ZrPUrvPVDaTJDM8Vu1veatzXebLlsIWeT7Vaate/zwM =
16+ github.com/pion/dtls/v3 v3.0.8 /go.mod h1:abApPjgadS/ra1wvUzHLc3o2HvoxppAh+NZkyApL4Os =
1717github.com/pion/logging v0.2.4 h1:tTew+7cmQ+Mc1pTBLKH2puKsOvhm32dROumOZ655zB8 =
1818github.com/pion/logging v0.2.4 /go.mod h1:DffhXTKYdNZU+KtJ5pyQDjvOAh/GsNSyv1lbkFbe3so =
19- github.com/pion/transport/v3 v3.0.7 h1:iRbMH05BzSNwhILHoBoAPxoB9xQgOaJk+591KC9P1o0 =
20- github.com/pion/transport/v3 v3.0.7 /go.mod h1:YleKiTZ4vqNxVwh77Z0zytYi7rXHl7j6uPLGhhz9rwo =
19+ github.com/pion/transport/v3 v3.1.1 h1:Tr684+fnnKlhPceU+ICdrw6KKkTms+5qHMgw6bIkYOM =
20+ github.com/pion/transport/v3 v3.1.1 /go.mod h1:+c2eewC5WJQHiAA46fkMMzoYZSuGzA/7E2FPrOYHctQ =
2121github.com/plgd-dev/go-coap/v3 v3.4.1 h1:1WzhqbzFf6Hh7sclKpbbx1K5NkNARf51IRTut8WiF9s =
2222github.com/plgd-dev/go-coap/v3 v3.4.1 /go.mod h1:2aZ1qXAYCtflx7KLvBr2/FjqYtaz0ByngZDHebOgqqM =
2323github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
You can’t perform that action at this time.
0 commit comments