Skip to content

Commit

Permalink
Change Transcode API Task output format (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
leszko authored Feb 10, 2023
1 parent 910180f commit 3b91da3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/google/uuid v1.3.0
github.com/julienschmidt/httprouter v1.3.0
github.com/lib/pq v1.10.7
github.com/livepeer/go-tools v0.2.3
github.com/livepeer/go-tools v0.2.4
github.com/livepeer/livepeer-data v0.6.3
github.com/minio/madmin-go v1.7.5
github.com/prometheus/client_golang v1.14.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -328,8 +328,8 @@ github.com/libp2p/go-msgio v0.2.0 h1:W6shmB+FeynDrUVl2dgFQvzfBZcXiyqY4VmpQLu9FqU
github.com/libp2p/go-nat v0.1.0 h1:MfVsH6DLcpa04Xr+p8hmVRG4juse0s3J8HyNWYHffXg=
github.com/libp2p/go-netroute v0.2.0 h1:0FpsbsvuSnAhXFnCY0VLFbJOzaK0VnP0r1QT/o4nWRE=
github.com/libp2p/go-openssl v0.1.0 h1:LBkKEcUv6vtZIQLVTegAil8jbNpJErQ9AnT+bWV+Ooo=
github.com/livepeer/go-tools v0.2.3 h1:rR3EdTun0BgNaTsynBtwV+/aM2P4TI5q0RPcMdp4ueI=
github.com/livepeer/go-tools v0.2.3/go.mod h1:/aZ+20XYLdeebFA3CrQTkHUf7DmiGBzh6Bs8JkbelUA=
github.com/livepeer/go-tools v0.2.4 h1:H1nByTy9U9XBgnEQCEA5WdjbhPEJXXqSyPBXEr+2VHQ=
github.com/livepeer/go-tools v0.2.4/go.mod h1:/aZ+20XYLdeebFA3CrQTkHUf7DmiGBzh6Bs8JkbelUA=
github.com/livepeer/livepeer-data v0.6.3 h1:n7mjrAUiMUG4672scYMF0ny+rgLSkvQAGC4gGfvA9SA=
github.com/livepeer/livepeer-data v0.6.3/go.mod h1:/PPM48tccbKbD46eogmRKy7E087z4THaMB4Jfvn1cnI=
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0/go.mod h1:zJYVVT2jmtg6P3p1VtQj7WsuWi/y4VnjVBn7F8KPB3I=
Expand Down

0 comments on commit 3b91da3

Please sign in to comment.