68 lines
2.5 KiB
Modula-2
68 lines
2.5 KiB
Modula-2
module moxitech_fullstream
|
|
|
|
go 1.22.4
|
|
|
|
require (
|
|
github.com/gofiber/template/html/v2 v2.1.1
|
|
github.com/gofiber/websocket/v2 v2.2.1
|
|
github.com/pion/rtcp v1.2.12
|
|
gorm.io/driver/postgres v1.5.9
|
|
gorm.io/gorm v1.25.11
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/gofiber/template v1.8.3 // indirect
|
|
github.com/gofiber/utils v1.1.0 // indirect
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
|
|
github.com/jackc/pgx/v5 v5.5.5 // indirect
|
|
github.com/jackc/puddle/v2 v2.2.1 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/nats-io/nats.go v1.36.0
|
|
github.com/nats-io/nkeys v0.4.7 // indirect
|
|
github.com/nats-io/nuid v1.0.1 // indirect
|
|
github.com/pion/datachannel v1.5.5 // indirect
|
|
github.com/pion/dtls/v2 v2.2.7 // indirect
|
|
github.com/pion/ice/v2 v2.3.24 // indirect
|
|
github.com/pion/interceptor v0.1.25 // indirect
|
|
github.com/pion/logging v0.2.2 // indirect
|
|
github.com/pion/mdns v0.0.12 // indirect
|
|
github.com/pion/randutil v0.1.0 // indirect
|
|
github.com/pion/rtp v1.8.5 // indirect
|
|
github.com/pion/sctp v1.8.16 // indirect
|
|
github.com/pion/sdp/v3 v3.0.9 // indirect
|
|
github.com/pion/srtp/v2 v2.0.18 // indirect
|
|
github.com/pion/stun v0.6.1 // indirect
|
|
github.com/pion/transport/v2 v2.2.4 // indirect
|
|
github.com/pion/turn/v2 v2.1.3 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/rogpeppe/go-internal v1.6.1 // indirect
|
|
github.com/stretchr/testify v1.9.0 // indirect
|
|
golang.org/x/crypto v0.25.0 // indirect
|
|
golang.org/x/net v0.22.0 // indirect
|
|
golang.org/x/sync v0.7.0 // indirect
|
|
golang.org/x/text v0.16.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.0.5 // indirect
|
|
github.com/fasthttp/websocket v1.5.3
|
|
github.com/gofiber/fiber/v2 v2.52.4
|
|
github.com/google/uuid v1.5.0
|
|
github.com/klauspost/compress v1.17.2 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/mattn/go-runewidth v0.0.15 // indirect
|
|
github.com/pion/webrtc/v3 v3.2.42
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
|
github.com/savsgio/gotils v0.0.0-20230208104028-c358bd845dee // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasthttp v1.51.0 // indirect
|
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
|
golang.org/x/sys v0.22.0 // indirect
|
|
)
|