1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-10 21:01:02 +02:00

chore: update dependencies

This commit is contained in:
Zack Scholl 2024-07-30 10:07:02 -07:00
parent f7bad72f6a
commit 35bf1548c4
2 changed files with 22 additions and 4 deletions

6
go.mod
View file

@ -26,9 +26,11 @@ require (
)
require (
github.com/pion/dtls/v2 v2.2.7 // indirect
github.com/pion/dtls/v2 v2.2.12 // indirect
github.com/pion/logging v0.2.2 // indirect
github.com/pion/transport/v2 v2.2.1 // indirect
github.com/pion/transport/v2 v2.2.9 // indirect
github.com/pion/transport/v3 v3.0.6 // indirect
github.com/wlynxg/anet v0.0.3 // indirect
)
require (