mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-01-23 02:34:42 +00:00
Update dependencies
This commit is contained in:
parent
d985440930
commit
70d9ff32b7
2 changed files with 28 additions and 24 deletions
18
go.mod
18
go.mod
|
|
@ -11,13 +11,13 @@ require (
|
|||
github.com/gorilla/websocket v1.5.0
|
||||
github.com/knadh/koanf/maps v0.1.1
|
||||
github.com/knadh/koanf/v2 v2.0.1
|
||||
github.com/pion/interceptor v0.1.12
|
||||
github.com/pion/interceptor v0.1.16
|
||||
github.com/pion/logging v0.2.2
|
||||
github.com/pion/webrtc/v3 v3.1.60
|
||||
github.com/pion/webrtc/v3 v3.2.1
|
||||
github.com/rs/xid v1.5.0
|
||||
github.com/rs/zerolog v1.29.1
|
||||
github.com/veandco/go-sdl2 v0.4.34
|
||||
golang.org/x/crypto v0.8.0
|
||||
github.com/veandco/go-sdl2 v0.4.35
|
||||
golang.org/x/crypto v0.9.0
|
||||
golang.org/x/image v0.7.0
|
||||
gopkg.in/yaml.v3 v3.0.1
|
||||
)
|
||||
|
|
@ -36,16 +36,16 @@ require (
|
|||
github.com/pion/randutil v0.1.0 // indirect
|
||||
github.com/pion/rtcp v1.2.10 // indirect
|
||||
github.com/pion/rtp v1.7.13 // indirect
|
||||
github.com/pion/sctp v1.8.6 // indirect
|
||||
github.com/pion/sctp v1.8.7 // indirect
|
||||
github.com/pion/sdp/v3 v3.0.6 // indirect
|
||||
github.com/pion/srtp/v2 v2.0.12 // indirect
|
||||
github.com/pion/stun v0.4.0 // indirect
|
||||
github.com/pion/srtp/v2 v2.0.13 // indirect
|
||||
github.com/pion/stun v0.5.2 // indirect
|
||||
github.com/pion/transport/v2 v2.2.0 // indirect
|
||||
github.com/pion/turn/v2 v2.1.0 // indirect
|
||||
github.com/pion/udp/v2 v2.0.1 // indirect
|
||||
github.com/valyala/fastrand v1.1.0 // indirect
|
||||
github.com/valyala/histogram v1.2.0 // indirect
|
||||
golang.org/x/net v0.9.0 // indirect
|
||||
golang.org/x/sys v0.7.0 // indirect
|
||||
golang.org/x/net v0.10.0 // indirect
|
||||
golang.org/x/sys v0.8.0 // indirect
|
||||
golang.org/x/text v0.9.0 // indirect
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue