Files
lpms/go.mod
dependabot[bot] e64ec3b65a Bump github.com/golang/protobuf from 1.5.2 to 1.5.4 (#389)
Bumps [github.com/golang/protobuf](https://github.com/golang/protobuf) from 1.5.2 to 1.5.4.
- [Release notes](https://github.com/golang/protobuf/releases)
- [Commits](https://github.com/golang/protobuf/compare/v1.5.2...v1.5.4)

---
updated-dependencies:
- dependency-name: github.com/golang/protobuf
  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>
2024-03-08 13:10:18 +00:00

13 lines
317 B
Modula-2

module github.com/livepeer/lpms
go 1.12
require (
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/golang/protobuf v1.5.4
github.com/livepeer/joy4 v0.1.2-0.20191121080656-b2fea45cbded
github.com/livepeer/m3u8 v0.11.1
github.com/stretchr/testify v1.3.0
google.golang.org/protobuf v1.33.0
)