Skip to content

Commit

Permalink
go.mod: Update stream-tester
Browse files Browse the repository at this point in the history
Fix sendSegment bug livepeer/stream-tester#166
  • Loading branch information
victorges committed Jun 14, 2022
1 parent 1d7c874 commit d48ea25
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 @@ -8,7 +8,7 @@ require (
github.com/livepeer/go-livepeer v0.5.31
github.com/livepeer/joy4 v0.1.2-0.20220210094601-95e4d28f5f07
github.com/livepeer/livepeer-data v0.4.14
github.com/livepeer/stream-tester v0.12.11
github.com/livepeer/stream-tester v0.12.12
github.com/peterbourgon/ff v1.7.1
github.com/rabbitmq/amqp091-go v1.1.0
github.com/stretchr/testify v1.7.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -708,8 +708,8 @@ github.com/livepeer/lpms v0.0.0-20220523122311-fc32eb80248c h1:LFwabjsjQU/bxVdUL
github.com/livepeer/lpms v0.0.0-20220523122311-fc32eb80248c/go.mod h1:Hr/JhxxPDipOVd4ZrGYWrdJfpVF8/SEI0nNr2ctAlkM=
github.com/livepeer/m3u8 v0.11.1 h1:VkUJzfNTyjy9mqsgp5JPvouwna8wGZMvd/gAfT5FinU=
github.com/livepeer/m3u8 v0.11.1/go.mod h1:IUqAtwWPAG2CblfQa4SVzTQoDcEMPyfNOaBSxqHMS04=
github.com/livepeer/stream-tester v0.12.11 h1:RuHOIC5pFZy9XUbGqWLuiFoqh4UHBUp6q+//IxEOme0=
github.com/livepeer/stream-tester v0.12.11/go.mod h1:UJG9vkEJuBcbEFl0AUQYu1mahBOiVRZkF/FAcvJ4nJQ=
github.com/livepeer/stream-tester v0.12.12 h1:G1P7PCisbBN6puttlbHz1p5OKiItQk75JgHI/3UV7d4=
github.com/livepeer/stream-tester v0.12.12/go.mod h1:UJG9vkEJuBcbEFl0AUQYu1mahBOiVRZkF/FAcvJ4nJQ=
github.com/magiconair/properties v1.8.5/go.mod h1:y3VJvCyxH9uVvJTWEGAELF3aiYNyPKd5NZ3oSwXrF60=
github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc=
github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc=
Expand Down

0 comments on commit d48ea25

Please sign in to comment.