mirror of
https://github.com/openlibrecommunity/olcrtc.git
synced 2026-05-26 07:08:11 +00:00
chore: update dependencies to latest versions
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
websockets>=12.0
|
||||
requests>=2.31.0
|
||||
aiohttp>=3.9.0
|
||||
aiortc>=1.9.0
|
||||
numpy>=1.24.0
|
||||
ggwave>=0.4.2
|
||||
qrcode>=7.4.2
|
||||
pillow>=10.0.0
|
||||
opencv-python>=4.8.0
|
||||
websockets>=16.0
|
||||
requests>=2.34.2
|
||||
aiohttp>=3.13.5
|
||||
aiortc>=1.14.0
|
||||
numpy>=2.4.6
|
||||
ggwave>=0.4.3
|
||||
qrcode>=8.2
|
||||
pillow>=12.2.0
|
||||
opencv-python>=4.13.0
|
||||
pyzbar>=0.1.9
|
||||
cryptography>=41.0.0
|
||||
imageio[ffmpeg]>=2.31.0
|
||||
livekit
|
||||
cryptography>=48.0.0
|
||||
imageio[ffmpeg]>=2.37.3
|
||||
livekit>=1.1.8
|
||||
|
||||
2
go.mod
2
go.mod
@@ -15,7 +15,7 @@ require (
|
||||
github.com/xtaci/kcp-go/v5 v5.6.72
|
||||
github.com/xtaci/smux v1.5.57
|
||||
github.com/zarazaex69/gr v0.1.4
|
||||
github.com/zarazaex69/j v0.0.0-20260523204249-4015c3c4de75
|
||||
github.com/zarazaex69/j v0.0.0-20260525065402-ab14a8750587
|
||||
golang.org/x/crypto v0.52.0
|
||||
golang.org/x/mobile v0.0.0-20260520154334-0e4426e1883d
|
||||
golang.org/x/sys v0.45.0
|
||||
|
||||
4
go.sum
4
go.sum
@@ -231,8 +231,8 @@ github.com/xtaci/smux v1.5.57/go.mod h1:IGQ9QYrBphmb/4aTnLEcJby0TNr3NV+OslIOMrX8
|
||||
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
|
||||
github.com/zarazaex69/gr v0.1.4 h1:7u9JRGCFqAfMKk3cG2VR9uiZRSHdCdv25ySwzK4LTOY=
|
||||
github.com/zarazaex69/gr v0.1.4/go.mod h1:hAk5j/s2QFlvr3bJkjPwakZENsMBx6VOUN1GwYzYoRw=
|
||||
github.com/zarazaex69/j v0.0.0-20260523204249-4015c3c4de75 h1:VoS7CB/151kq8zrsI2keb/SuqIquF7LVtVnDRYLijC8=
|
||||
github.com/zarazaex69/j v0.0.0-20260523204249-4015c3c4de75/go.mod h1:7/ypJTenOIPx23fpo5uF7l4u+rxZqg9cFbTL/N77Ktc=
|
||||
github.com/zarazaex69/j v0.0.0-20260525065402-ab14a8750587 h1:BBlIf0+5czVJKS/ti5D/UGq24qw9CLiDDev4PFB33SU=
|
||||
github.com/zarazaex69/j v0.0.0-20260525065402-ab14a8750587/go.mod h1:7/ypJTenOIPx23fpo5uF7l4u+rxZqg9cFbTL/N77Ktc=
|
||||
github.com/zeebo/assert v1.3.0 h1:g7C04CbJuIDKNPFHmsk4hwZDO5O+kntRxzaUoNXj+IQ=
|
||||
github.com/zeebo/assert v1.3.0/go.mod h1:Pq9JiuJQpG8JLJdtkwrJESF0Foym2/D9XMU5ciN/wJ0=
|
||||
github.com/zeebo/xxh3 v1.1.0 h1:s7DLGDK45Dyfg7++yxI0khrfwq9661w9EN78eP/UZVs=
|
||||
|
||||
Reference in New Issue
Block a user