mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-01-23 02:34:42 +00:00
62 lines
2.2 KiB
Modula-2
62 lines
2.2 KiB
Modula-2
module github.com/giongto35/cloud-game/v3
|
|
|
|
go 1.25
|
|
|
|
require (
|
|
github.com/VictoriaMetrics/metrics v1.40.2
|
|
github.com/cavaliergopher/grab/v3 v3.0.1
|
|
github.com/fsnotify/fsnotify v1.9.0
|
|
github.com/goccy/go-json v0.10.5
|
|
github.com/gofrs/flock v0.13.0
|
|
github.com/gorilla/websocket v1.5.3
|
|
github.com/knadh/koanf/maps v0.1.2
|
|
github.com/knadh/koanf/v2 v2.3.0
|
|
github.com/minio/minio-go/v7 v7.0.97
|
|
github.com/pion/ice/v4 v4.0.10
|
|
github.com/pion/interceptor v0.1.42
|
|
github.com/pion/logging v0.2.4
|
|
github.com/pion/webrtc/v4 v4.1.6
|
|
github.com/rs/xid v1.6.0
|
|
github.com/rs/zerolog v1.34.0
|
|
github.com/veandco/go-sdl2 v0.4.40
|
|
golang.org/x/crypto v0.45.0
|
|
golang.org/x/image v0.30.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
github.com/go-ini/ini v1.67.0 // indirect
|
|
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/klauspost/compress v1.18.1 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
|
|
github.com/klauspost/crc32 v1.3.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/minio/crc64nvme v1.1.1 // indirect
|
|
github.com/minio/md5-simd v1.1.2 // indirect
|
|
github.com/mitchellh/copystructure v1.2.0 // indirect
|
|
github.com/mitchellh/reflectwalk v1.0.2 // indirect
|
|
github.com/philhofer/fwd v1.2.0 // indirect
|
|
github.com/pion/datachannel v1.5.10 // indirect
|
|
github.com/pion/dtls/v3 v3.0.7 // indirect
|
|
github.com/pion/mdns/v2 v2.1.0 // indirect
|
|
github.com/pion/randutil v0.1.0 // indirect
|
|
github.com/pion/rtcp v1.2.16 // indirect
|
|
github.com/pion/rtp v1.8.25 // indirect
|
|
github.com/pion/sctp v1.8.40 // indirect
|
|
github.com/pion/sdp/v3 v3.0.16 // indirect
|
|
github.com/pion/srtp/v3 v3.0.8 // indirect
|
|
github.com/pion/stun/v3 v3.0.1 // indirect
|
|
github.com/pion/transport/v3 v3.1.1 // indirect
|
|
github.com/pion/turn/v4 v4.1.3 // indirect
|
|
github.com/rogpeppe/go-internal v1.12.0 // indirect
|
|
github.com/tinylib/msgp v1.5.0 // indirect
|
|
github.com/valyala/fastrand v1.1.0 // indirect
|
|
github.com/valyala/histogram v1.2.0 // indirect
|
|
github.com/wlynxg/anet v0.0.5 // indirect
|
|
golang.org/x/net v0.47.0 // indirect
|
|
golang.org/x/sys v0.38.0 // indirect
|
|
golang.org/x/text v0.31.0 // indirect
|
|
)
|