Skip to content

Commit

Permalink
Add Quality parameter to profile (#214)
Browse files Browse the repository at this point in the history
* Add quality to profile

* Update go-api-client dependency
  • Loading branch information
leszko authored Dec 13, 2023
1 parent aba5f6e commit 1762218
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/golang/glog v1.1.2
github.com/julienschmidt/httprouter v1.3.0
github.com/livepeer/catalyst-api v0.1.2-0.20230925142340-c311569665b4
github.com/livepeer/go-api-client v0.4.10
github.com/livepeer/go-api-client v0.4.14
github.com/livepeer/go-tools v0.3.2
github.com/livepeer/livepeer-data v0.7.5-0.20230927031152-b938ac1dc665
github.com/peterbourgon/ff v1.7.1
Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,10 @@ github.com/livepeer/go-api-client v0.4.10-0.20231024102521-56796b8b97bc h1:eps/m
github.com/livepeer/go-api-client v0.4.10-0.20231024102521-56796b8b97bc/go.mod h1:Jdb+RI7JyzEZOHd1GUuKofwFDKMO/btTa80SdpUpYQw=
github.com/livepeer/go-api-client v0.4.10 h1:WMWJ2guElf000TBcqQpbrC2zGGRlVlin/7w6lMvSGkY=
github.com/livepeer/go-api-client v0.4.10/go.mod h1:Jdb+RI7JyzEZOHd1GUuKofwFDKMO/btTa80SdpUpYQw=
github.com/livepeer/go-api-client v0.4.14-0.20231213082403-31379ccf4a5f h1:K0BsJ61mWeAp1/eeniZdr2mxmLOY57kBW1B40VYfjy0=
github.com/livepeer/go-api-client v0.4.14-0.20231213082403-31379ccf4a5f/go.mod h1:Jdb+RI7JyzEZOHd1GUuKofwFDKMO/btTa80SdpUpYQw=
github.com/livepeer/go-api-client v0.4.14 h1:7kV8GwcL9LSKpJTcMyP2m6d6JSmOmCAJ5XTfmUlPnzY=
github.com/livepeer/go-api-client v0.4.14/go.mod h1:Jdb+RI7JyzEZOHd1GUuKofwFDKMO/btTa80SdpUpYQw=
github.com/livepeer/go-tools v0.3.2 h1:5pOUrOmkkGbbcWnpCt2yrSD6cD85G4GcpO4B25NpMJM=
github.com/livepeer/go-tools v0.3.2/go.mod h1:qs31y68b3PQPmSr8nR8l5WQiIWI623z6pqOccqebjos=
github.com/livepeer/livepeer-data v0.7.5-0.20230927031152-b938ac1dc665 h1:EXlI922Fsv9lyIw1LQ7pZN6slCuYya8NQrCFWN8INg4=
Expand Down

0 comments on commit 1762218

Please sign in to comment.