Files
lpms/go.mod
T
Oscar e0a6002c84 implementation go signature comparison function (#253)
implementation go signature create and comparison function
2021-08-16 22:01:31 +08:00

13 lines
335 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.2
github.com/livepeer/joy4 v0.1.2-0.20191121080656-b2fea45cbded
github.com/livepeer/m3u8 v0.11.1
google.golang.org/protobuf v1.26.0
github.com/olekukonko/tablewriter v0.0.5 // indirect
)