Files
gortsplib/go.mod
dependabot[bot] dc5d990699 Bump github.com/bluenviron/mediacommon/v2 from 2.4.2 to 2.4.3 (#899)
Bumps [github.com/bluenviron/mediacommon/v2](https://github.com/bluenviron/mediacommon) from 2.4.2 to 2.4.3.
- [Commits](https://github.com/bluenviron/mediacommon/compare/v2.4.2...v2.4.3)

---
updated-dependencies:
- dependency-name: github.com/bluenviron/mediacommon/v2
  dependency-version: 2.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-18 10:53:06 +02:00

28 lines
791 B
Modula-2

module github.com/bluenviron/gortsplib/v5
go 1.24.0
require (
github.com/bluenviron/mediacommon/v2 v2.4.3
github.com/google/uuid v1.6.0
github.com/gorilla/websocket v1.5.3
github.com/pion/rtcp v1.2.15
github.com/pion/rtp v1.8.22
github.com/pion/sdp/v3 v3.0.16
github.com/pion/srtp/v3 v3.0.7
github.com/stretchr/testify v1.11.1
golang.org/x/net v0.44.0
)
require (
github.com/asticode/go-astikit v0.30.0 // indirect
github.com/asticode/go-astits v1.13.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pion/logging v0.2.4 // indirect
github.com/pion/randutil v0.1.0 // indirect
github.com/pion/transport/v3 v3.0.7 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.36.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)