Files
gortsplib/go.mod
dependabot[bot] 6b51fdfa38 Bump github.com/bluenviron/mediacommon/v2 (#756)
Bumps [github.com/bluenviron/mediacommon/v2](https://github.com/bluenviron/mediacommon) from 2.0.1-0.20250222132106-205c4f7f3850 to 2.1.0.
- [Commits](https://github.com/bluenviron/mediacommon/commits/v2.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-12 12:52:47 +02:00

24 lines
617 B
Modula-2

module github.com/bluenviron/gortsplib/v4
go 1.21.0
require (
github.com/asticode/go-astits v1.13.0
github.com/bluenviron/mediacommon/v2 v2.1.0
github.com/google/uuid v1.6.0
github.com/pion/rtcp v1.2.15
github.com/pion/rtp v1.8.13
github.com/pion/sdp/v3 v3.0.11
github.com/stretchr/testify v1.10.0
golang.org/x/net v0.35.0
)
require (
github.com/asticode/go-astikit v0.30.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pion/randutil v0.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.30.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)