Skip to content

Commit fe894c4

Browse files
build(deps): bump github.com/livepeer/livepeer-data from 0.6.5 to 0.7.1
Bumps [github.com/livepeer/livepeer-data](https://github.com/livepeer/livepeer-data) from 0.6.5 to 0.7.1. - [Release notes](https://github.com/livepeer/livepeer-data/releases) - [Commits](livepeer/livepeer-data@v0.6.5...v0.7.1) --- updated-dependencies: - dependency-name: github.com/livepeer/livepeer-data dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d7580fa commit fe894c4

File tree

2 files changed

+70
-67
lines changed

2 files changed

+70
-67
lines changed

go.mod

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,22 @@ require (
1010
github.com/livepeer/go-api-client v0.4.8-0.20230518123554-87b3a7e1cefe
1111
github.com/livepeer/go-tools v0.2.11
1212
github.com/livepeer/joy4 v0.1.2-0.20220210094601-95e4d28f5f07
13-
github.com/livepeer/livepeer-data v0.6.5
13+
github.com/livepeer/livepeer-data v0.7.1
1414
github.com/livepeer/stream-tester v0.12.22-0.20220912212136-f2dff6bd9343
1515
github.com/peterbourgon/ff v1.7.1
1616
github.com/prometheus/client_golang v1.14.0
17-
github.com/rabbitmq/amqp091-go v1.6.0
17+
github.com/rabbitmq/amqp091-go v1.8.0
1818
github.com/stretchr/testify v1.8.2
1919
golang.org/x/sync v0.1.0
2020
gopkg.in/vansante/go-ffprobe.v2 v2.1.1
2121
)
2222

2323
require (
24-
cloud.google.com/go v0.105.0 // indirect
25-
cloud.google.com/go/compute v1.12.1 // indirect
26-
cloud.google.com/go/compute/metadata v0.2.1 // indirect
27-
cloud.google.com/go/iam v0.6.0 // indirect
28-
cloud.google.com/go/storage v1.27.0 // indirect
24+
cloud.google.com/go v0.110.0 // indirect
25+
cloud.google.com/go/compute v1.19.0 // indirect
26+
cloud.google.com/go/compute/metadata v0.2.3 // indirect
27+
cloud.google.com/go/iam v0.13.0 // indirect
28+
cloud.google.com/go/storage v1.28.1 // indirect
2929
contrib.go.opencensus.io/exporter/prometheus v0.4.2 // indirect
3030
github.com/Azure/azure-pipeline-go v0.2.2 // indirect
3131
github.com/Azure/azure-storage-blob-go v0.8.0 // indirect
@@ -35,7 +35,7 @@ require (
3535
github.com/beorn7/perks v1.0.1 // indirect
3636
github.com/bwmarrin/discordgo v0.20.2 // indirect
3737
github.com/cenkalti/backoff/v4 v4.2.0 // indirect
38-
github.com/cespare/xxhash/v2 v2.1.2 // indirect
38+
github.com/cespare/xxhash/v2 v2.2.0 // indirect
3939
github.com/davecgh/go-spew v1.1.1 // indirect
4040
github.com/eventials/go-tus v0.0.0-20220610120217-05d0564bb571 // indirect
4141
github.com/go-kit/log v0.2.1 // indirect
@@ -44,12 +44,12 @@ require (
4444
github.com/go-logr/stdr v1.2.2 // indirect
4545
github.com/gogo/protobuf v1.3.2 // indirect
4646
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
47-
github.com/golang/protobuf v1.5.2 // indirect
47+
github.com/golang/protobuf v1.5.3 // indirect
4848
github.com/golang/snappy v0.0.4 // indirect
4949
github.com/google/go-cmp v0.5.9 // indirect
5050
github.com/google/uuid v1.3.0 // indirect
51-
github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect
52-
github.com/googleapis/gax-go/v2 v2.6.0 // indirect
51+
github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
52+
github.com/googleapis/gax-go/v2 v2.7.1 // indirect
5353
github.com/gorilla/websocket v1.4.2 // indirect
5454
github.com/gosuri/uilive v0.0.3 // indirect
5555
github.com/gosuri/uiprogress v0.0.1 // indirect
@@ -60,7 +60,7 @@ require (
6060
github.com/ipfs/bbloom v0.0.4 // indirect
6161
github.com/ipfs/go-block-format v0.1.1 // indirect
6262
github.com/ipfs/go-blockservice v0.5.0 // indirect
63-
github.com/ipfs/go-cid v0.3.2 // indirect
63+
github.com/ipfs/go-cid v0.4.1 // indirect
6464
github.com/ipfs/go-datastore v0.6.0 // indirect
6565
github.com/ipfs/go-ipfs-blockstore v1.2.0 // indirect
6666
github.com/ipfs/go-ipfs-ds-help v1.1.0 // indirect
@@ -81,7 +81,7 @@ require (
8181
github.com/ipld/go-ipld-prime v0.19.0 // indirect
8282
github.com/jbenet/goprocess v0.1.4 // indirect
8383
github.com/jmespath/go-jmespath v0.4.0 // indirect
84-
github.com/klauspost/compress v1.15.13 // indirect
84+
github.com/klauspost/compress v1.16.3 // indirect
8585
github.com/klauspost/cpuid/v2 v2.2.3 // indirect
8686
github.com/lib/pq v1.10.7 // indirect
8787
github.com/livepeer/m3u8 v0.11.1 // indirect
@@ -102,10 +102,10 @@ require (
102102
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
103103
github.com/polydawn/refmt v0.89.0 // indirect
104104
github.com/prometheus/client_model v0.3.0 // indirect
105-
github.com/prometheus/common v0.41.0 // indirect
105+
github.com/prometheus/common v0.42.0 // indirect
106106
github.com/prometheus/procfs v0.8.0 // indirect
107107
github.com/prometheus/statsd_exporter v0.22.7 // indirect
108-
github.com/rabbitmq/rabbitmq-stream-go-client v1.0.2 // indirect
108+
github.com/rabbitmq/rabbitmq-stream-go-client v1.1.1 // indirect
109109
github.com/spaolacci/murmur3 v1.1.0 // indirect
110110
github.com/stretchr/objx v0.5.0 // indirect
111111
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80 // indirect
@@ -122,16 +122,16 @@ require (
122122
go.uber.org/multierr v1.9.0 // indirect
123123
go.uber.org/zap v1.24.0 // indirect
124124
golang.org/x/crypto v0.5.0 // indirect
125-
golang.org/x/net v0.7.0 // indirect
126-
golang.org/x/oauth2 v0.5.0 // indirect
127-
golang.org/x/sys v0.5.0 // indirect
125+
golang.org/x/net v0.8.0 // indirect
126+
golang.org/x/oauth2 v0.6.0 // indirect
127+
golang.org/x/sys v0.6.0 // indirect
128128
golang.org/x/text v0.9.0 // indirect
129129
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
130-
google.golang.org/api v0.102.0 // indirect
130+
google.golang.org/api v0.114.0 // indirect
131131
google.golang.org/appengine v1.6.7 // indirect
132-
google.golang.org/genproto v0.0.0-20221027153422-115e99e71e1c // indirect
133-
google.golang.org/grpc v1.50.1 // indirect
134-
google.golang.org/protobuf v1.28.1 // indirect
132+
google.golang.org/genproto v0.0.0-20230330154414-c0448cd141ea // indirect
133+
google.golang.org/grpc v1.54.0 // indirect
134+
google.golang.org/protobuf v1.30.0 // indirect
135135
gopkg.in/yaml.v2 v2.4.0 // indirect
136136
gopkg.in/yaml.v3 v3.0.1 // indirect
137137
lukechampine.com/blake3 v1.1.7 // indirect

0 commit comments

Comments
 (0)