mirror of
https://github.com/livepeer/lpms
synced 2026-04-23 00:07:25 +08:00
e0a6002c84
implementation go signature create and comparison function
13 lines
335 B
Modula-2
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
|
|
)
|