mirror of
https://github.com/livepeer/lpms
synced 2025-09-26 19:51:36 +08:00
![dependabot[bot]](/assets/img/avatar_default.png)
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>
13 lines
317 B
Modula-2
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
|
|
)
|