Skip to content

Commit ef9040f

Browse files
authored
Update go-livepeer version (#278)
1 parent 32d6fe2 commit ef9040f

File tree

3 files changed

+289
-95
lines changed

3 files changed

+289
-95
lines changed

cmd/orch-tester/orch_tester.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ func startEmbeddedBroadcaster(ctx context.Context, bCfg broadcasterConfig, prese
310310

311311
// Increase Broadcaster timeouts
312312
common.SegUploadTimeoutMultiplier = 4.0
313-
common.SegmentUploadTimeout = 8 * time.Second
313+
common.MinSegmentUploadTimeout = 8 * time.Second
314314
common.HTTPDialTimeout = 8 * time.Second
315315
common.SegHttpPushTimeoutMultiplier = 4.0
316316

go.mod

Lines changed: 31 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/livepeer/stream-tester
33
go 1.17
44

55
require (
6-
cloud.google.com/go/storage v1.15.0
6+
cloud.google.com/go/storage v1.24.0
77
contrib.go.opencensus.io/exporter/prometheus v0.4.2
88
github.com/Azure/azure-storage-blob-go v0.8.0
99
github.com/Necroforger/dgrouter v0.0.0-20190528143456-040421b5a83e
@@ -13,7 +13,7 @@ require (
1313
github.com/gosuri/uilive v0.0.3 // indirect
1414
github.com/gosuri/uiprogress v0.0.1
1515
github.com/livepeer/go-api-client v0.4.3
16-
github.com/livepeer/go-livepeer v0.5.31
16+
github.com/livepeer/go-livepeer v0.5.39-0.20230323063518-8c7ec0155c5b
1717
github.com/livepeer/joy4 v0.1.2-0.20220210094601-95e4d28f5f07
1818
github.com/livepeer/leaderboard-serverless v1.0.0
1919
github.com/livepeer/livepeer-data v0.4.11
@@ -28,48 +28,47 @@ require (
2828
github.com/spf13/cobra v1.2.1
2929
go.etcd.io/etcd/client/pkg/v3 v3.5.7
3030
go.etcd.io/etcd/client/v3 v3.5.0-rc.0
31-
go.opencensus.io v0.23.0
32-
golang.org/x/net v0.0.0-20220225172249-27dd8689420f
33-
golang.org/x/text v0.3.7
34-
google.golang.org/api v0.46.0
35-
google.golang.org/grpc v1.38.0 // indirect
31+
go.opencensus.io v0.24.0
32+
golang.org/x/net v0.0.0-20220722155237-a158d28d115b
33+
golang.org/x/text v0.4.0
34+
google.golang.org/api v0.89.0
35+
google.golang.org/grpc v1.51.0 // indirect
3636
)
3737

3838
require (
39-
cloud.google.com/go v0.81.0 // indirect
39+
cloud.google.com/go v0.102.1 // indirect
4040
github.com/Azure/azure-pipeline-go v0.2.2 // indirect
4141
github.com/StackExchange/wmi v1.2.1 // indirect
42-
github.com/aws/aws-sdk-go v1.34.28
42+
github.com/aws/aws-sdk-go v1.44.64
4343
github.com/beorn7/perks v1.0.1 // indirect
4444
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
4545
github.com/cespare/xxhash/v2 v2.1.2 // indirect
4646
github.com/coreos/go-semver v0.3.0 // indirect
4747
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
4848
github.com/davecgh/go-spew v1.1.1 // indirect
49-
github.com/deckarep/golang-set v1.7.1 // indirect
50-
github.com/ethereum/go-ethereum v1.10.14 // indirect
49+
github.com/deckarep/golang-set v1.8.0 // indirect
50+
github.com/ethereum/go-ethereum v1.10.26 // indirect
5151
github.com/ghodss/yaml v1.0.0 // indirect
5252
github.com/go-ole/go-ole v1.2.6 // indirect
5353
github.com/go-stack/stack v1.8.0 // indirect
5454
github.com/gogo/protobuf v1.3.2 // indirect
5555
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
56-
github.com/golang/mock v1.5.0 // indirect
56+
github.com/golang/mock v1.6.0 // indirect
5757
github.com/golang/protobuf v1.5.2 // indirect
5858
github.com/google/go-querystring v1.0.0 // indirect
5959
github.com/google/uuid v1.3.0 // indirect
60-
github.com/googleapis/gax-go/v2 v2.0.5 // indirect
60+
github.com/googleapis/gax-go/v2 v2.4.0 // indirect
6161
github.com/gorilla/websocket v1.4.2 // indirect
6262
github.com/inconshreveable/mousetrap v1.0.0 // indirect
63-
github.com/jaypipes/ghw v0.9.0 // indirect
63+
github.com/jaypipes/ghw v0.10.0 // indirect
6464
github.com/jaypipes/pcidb v1.0.0 // indirect
6565
github.com/jmespath/go-jmespath v0.4.0 // indirect
6666
github.com/json-iterator/go v1.1.12 // indirect
67-
github.com/jstemmer/go-junit-report v0.9.1 // indirect
68-
github.com/livepeer/lpms v0.0.0-20220523122311-fc32eb80248c // indirect
67+
github.com/livepeer/lpms v0.0.0-20230125115958-32cd1538cc04 // indirect
6968
github.com/mattn/go-ieproxy v0.0.0-20190702010315-6dee0af9227d // indirect
7069
github.com/mattn/go-isatty v0.0.12 // indirect
7170
github.com/mattn/go-runewidth v0.0.9 // indirect
72-
github.com/mattn/go-sqlite3 v1.11.0 // indirect
71+
github.com/mattn/go-sqlite3 v1.14.16 // indirect
7372
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
7473
github.com/mitchellh/go-homedir v1.1.0 // indirect
7574
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
@@ -82,29 +81,26 @@ require (
8281
github.com/rjeczalik/notify v0.9.2 // indirect
8382
github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect
8483
github.com/spf13/pflag v1.0.5 // indirect
85-
github.com/stretchr/objx v0.2.0 // indirect
86-
github.com/stretchr/testify v1.7.0 // indirect
84+
github.com/stretchr/objx v0.5.0 // indirect
85+
github.com/stretchr/testify v1.8.1 // indirect
8786
github.com/tklauser/go-sysconf v0.3.5 // indirect
8887
github.com/tklauser/numcpus v0.2.2 // indirect
8988
go.etcd.io/etcd/api/v3 v3.5.0 // indirect
9089
go.uber.org/atomic v1.7.0 // indirect
91-
go.uber.org/goleak v1.0.0 // indirect
90+
go.uber.org/goleak v1.2.2-0.20230213210001-751da596f6f7 // indirect
9291
go.uber.org/multierr v1.6.0 // indirect
9392
go.uber.org/zap v1.17.0 // indirect
9493
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 // indirect
95-
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
96-
golang.org/x/mod v0.5.1 // indirect
97-
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b // indirect
98-
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f
94+
golang.org/x/oauth2 v0.0.0-20220622183110-fd043fe589d2 // indirect
95+
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
9996
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect
100-
golang.org/x/tools v0.1.9 // indirect
101-
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
97+
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
10298
google.golang.org/appengine v1.6.7 // indirect
103-
google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c // indirect
99+
google.golang.org/genproto v0.0.0-20220624142145-8cd45d7dbd1f // indirect
104100
google.golang.org/protobuf v1.28.1 // indirect
105101
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
106102
gopkg.in/yaml.v2 v2.4.0 // indirect
107-
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
103+
gopkg.in/yaml.v3 v3.0.1 // indirect
108104
howett.net/plist v1.0.0 // indirect
109105
)
110106

@@ -115,11 +111,17 @@ require (
115111
)
116112

117113
require (
114+
cloud.google.com/go/compute v1.7.0 // indirect
115+
cloud.google.com/go/iam v0.3.0 // indirect
118116
github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da // indirect
119117
github.com/btcsuite/btcd v0.22.0-beta // indirect
118+
github.com/btcsuite/btcd/btcec/v2 v2.2.0 // indirect
119+
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
120120
github.com/go-kit/log v0.2.1 // indirect
121121
github.com/go-logfmt/logfmt v0.5.1 // indirect
122122
github.com/google/btree v1.0.0 // indirect
123+
github.com/google/go-cmp v0.5.8 // indirect
124+
github.com/googleapis/enterprise-certificate-proxy v0.1.0 // indirect
123125
github.com/hashicorp/errwrap v1.0.0 // indirect
124126
github.com/hashicorp/go-immutable-radix v1.0.0 // indirect
125127
github.com/hashicorp/go-msgpack v0.5.3 // indirect
@@ -128,6 +130,7 @@ require (
128130
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d // indirect
129131
github.com/hashicorp/logutils v1.0.0 // indirect
130132
github.com/hashicorp/memberlist v0.5.0 // indirect
133+
github.com/livepeer/go-tools v0.0.0-20220805063103-76df6beb6506 // indirect
131134
github.com/miekg/dns v1.1.41 // indirect
132135
github.com/prometheus/statsd_exporter v0.22.7 // indirect
133136
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 // indirect

0 commit comments

Comments
 (0)