forked from livepeer/go-livepeer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
40 lines (38 loc) · 1.52 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
module github.com/livepeer/go-livepeer
go 1.13
require (
contrib.go.opencensus.io/exporter/prometheus v0.4.2
github.com/allegro/bigcache v1.2.1 // indirect
github.com/cenkalti/backoff v2.2.1+incompatible
github.com/cespare/cp v1.1.1 // indirect
github.com/ethereum/go-ethereum v1.10.26
github.com/fatih/color v1.12.0 // indirect
github.com/golang/glog v0.0.0-20210429001901-424d2337a529
github.com/golang/mock v1.6.0
github.com/golang/protobuf v1.5.2
github.com/jaypipes/ghw v0.9.0
github.com/jaypipes/pcidb v1.0.0
github.com/livepeer/go-tools v0.0.0-20220805063103-76df6beb6506
github.com/livepeer/livepeer-data v0.4.11
github.com/livepeer/lpms v0.0.0-20221123192553-7cef5fc8c1d2
github.com/livepeer/m3u8 v0.11.1
github.com/mattn/go-sqlite3 v1.14.16
github.com/olekukonko/tablewriter v0.0.5
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/peterbourgon/ff/v3 v3.3.0
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.13.0
github.com/prometheus/tsdb v0.10.0 // indirect
github.com/rjeczalik/notify v0.9.2 // indirect
github.com/status-im/keycard-go v0.0.0-20190424133014-d95853db0f48 // indirect
github.com/stretchr/testify v1.8.1
github.com/testcontainers/testcontainers-go v0.12.0
github.com/tyler-smith/go-bip39 v1.0.2 // indirect
github.com/urfave/cli v1.22.10
go.opencensus.io v0.24.0
go.uber.org/goleak v1.2.0
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 // indirect
golang.org/x/net v0.0.0-20220722155237-a158d28d115b
google.golang.org/grpc v1.51.0
pgregory.net/rapid v0.4.0
)