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
f7d12e65e5
commit
fca46f1a32
2 changed files with 15 additions and 14 deletions
10
go.mod
10
go.mod
|
|
@ -3,7 +3,7 @@ module github.com/giongto35/cloud-game/v3
|
|||
go 1.20
|
||||
|
||||
require (
|
||||
github.com/VictoriaMetrics/metrics v1.25.3
|
||||
github.com/VictoriaMetrics/metrics v1.29.1
|
||||
github.com/cavaliergopher/grab/v3 v3.0.1
|
||||
github.com/fsnotify/fsnotify v1.7.0
|
||||
github.com/goccy/go-json v0.10.2
|
||||
|
|
@ -11,7 +11,7 @@ require (
|
|||
github.com/gorilla/websocket v1.5.1
|
||||
github.com/knadh/koanf/maps v0.1.1
|
||||
github.com/knadh/koanf/v2 v2.0.1
|
||||
github.com/minio/minio-go/v7 v7.0.65
|
||||
github.com/minio/minio-go/v7 v7.0.66
|
||||
github.com/pion/ice/v3 v3.0.2
|
||||
github.com/pion/interceptor v0.1.25
|
||||
github.com/pion/logging v0.2.2
|
||||
|
|
@ -19,7 +19,7 @@ require (
|
|||
github.com/rs/xid v1.5.0
|
||||
github.com/rs/zerolog v1.31.0
|
||||
github.com/veandco/go-sdl2 v0.4.36
|
||||
golang.org/x/crypto v0.16.0
|
||||
golang.org/x/crypto v0.17.0
|
||||
golang.org/x/image v0.13.0
|
||||
gopkg.in/yaml.v3 v3.0.1
|
||||
)
|
||||
|
|
@ -27,7 +27,7 @@ require (
|
|||
require (
|
||||
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||
github.com/dustin/go-humanize v1.0.1 // indirect
|
||||
github.com/google/uuid v1.4.0 // indirect
|
||||
github.com/google/uuid v1.5.0 // indirect
|
||||
github.com/json-iterator/go v1.1.12 // indirect
|
||||
github.com/klauspost/compress v1.17.4 // indirect
|
||||
github.com/klauspost/cpuid/v2 v2.2.6 // indirect
|
||||
|
|
@ -44,7 +44,7 @@ require (
|
|||
github.com/pion/dtls/v2 v2.2.8 // indirect
|
||||
github.com/pion/mdns v0.0.9 // indirect
|
||||
github.com/pion/randutil v0.1.0 // indirect
|
||||
github.com/pion/rtcp v1.2.12 // indirect
|
||||
github.com/pion/rtcp v1.2.13 // indirect
|
||||
github.com/pion/rtp v1.8.3 // indirect
|
||||
github.com/pion/sctp v1.8.9 // indirect
|
||||
github.com/pion/sdp/v3 v3.0.6 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue