Skip to content

Commit

Permalink
Fix leaseTimeout ns/ms conversion (#1202)
Browse files Browse the repository at this point in the history
  • Loading branch information
leszko authored Mar 29, 2024
1 parent a96edc2 commit 005439c
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 @@ -17,7 +17,7 @@ require (
github.com/hashicorp/serf v0.10.1
github.com/julienschmidt/httprouter v1.3.0
github.com/lib/pq v1.10.9
github.com/livepeer/go-api-client v0.4.20
github.com/livepeer/go-api-client v0.4.21
github.com/livepeer/go-tools v0.3.6
github.com/livepeer/joy4 v0.1.1
github.com/livepeer/livepeer-data v0.8.1
Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,10 @@ github.com/livepeer/go-api-client v0.4.20-0.20240328091009-e43267fbc91c h1:VxGMy
github.com/livepeer/go-api-client v0.4.20-0.20240328091009-e43267fbc91c/go.mod h1:Jdb+RI7JyzEZOHd1GUuKofwFDKMO/btTa80SdpUpYQw=
github.com/livepeer/go-api-client v0.4.20 h1:1iqAcyg2X0ETwqF0nc45O2Qsr5wXkpfmWm/BV1YWdvM=
github.com/livepeer/go-api-client v0.4.20/go.mod h1:Jdb+RI7JyzEZOHd1GUuKofwFDKMO/btTa80SdpUpYQw=
github.com/livepeer/go-api-client v0.4.21-0.20240329093157-5c2a1c713db3 h1:hAeDhS+dWwCqMEeLhkQ6zDiHaGp02Wp7wG/mctGInQQ=
github.com/livepeer/go-api-client v0.4.21-0.20240329093157-5c2a1c713db3/go.mod h1:Jdb+RI7JyzEZOHd1GUuKofwFDKMO/btTa80SdpUpYQw=
github.com/livepeer/go-api-client v0.4.21 h1:cLW0BRebLRli1kE+DNab/CpH38ZDQsz3iNAfSxLiudI=
github.com/livepeer/go-api-client v0.4.21/go.mod h1:Jdb+RI7JyzEZOHd1GUuKofwFDKMO/btTa80SdpUpYQw=
github.com/livepeer/go-tools v0.3.6 h1:LhRnoVVGFCtfBh6WyKdwJ2bPD/h5gaRvsAszmCqKt1Q=
github.com/livepeer/go-tools v0.3.6/go.mod h1:qs31y68b3PQPmSr8nR8l5WQiIWI623z6pqOccqebjos=
github.com/livepeer/joy4 v0.1.1 h1:Tz7gVcmvpG/nfUKHU+XJn6Qke/k32mTWMiH9qB0bhnM=
Expand Down

0 comments on commit 005439c

Please sign in to comment.