Skip to content

Commit

Permalink
go.mod: Upgrade stream-tester
Browse files Browse the repository at this point in the history
  • Loading branch information
victorges committed Jun 19, 2024
1 parent 01984d0 commit 1e3fd3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replace github.com/testcontainers/testcontainers-go v0.26.0 => github.com/lefina
require (
github.com/ProtonMail/gopenpgp/v2 v2.4.10
github.com/golang/glog v1.2.1
github.com/livepeer/stream-tester v0.12.30-0.20240619174941-27aceac9c35b
github.com/livepeer/stream-tester v0.12.30-0.20240619180204-bc3b33c21b94
github.com/magicsong/color-glog v0.0.1
github.com/minio/minio-go/v7 v7.0.46
github.com/peterbourgon/ff/v3 v3.3.1
Expand Down Expand Up @@ -114,7 +114,7 @@ require (
golang.org/x/mod v0.14.0 // indirect
golang.org/x/net v0.18.0 // indirect
golang.org/x/oauth2 v0.13.0 // indirect
golang.org/x/sync v0.5.0 // indirect
golang.org/x/sync v0.5.0
golang.org/x/tools v0.15.0 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
google.golang.org/api v0.149.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -348,8 +348,8 @@ github.com/livepeer/livepeer-data v0.7.5-0.20231004073737-06f1f383fb18 h1:4oH3Nq
github.com/livepeer/livepeer-data v0.7.5-0.20231004073737-06f1f383fb18/go.mod h1:Jpf4jHK+fbWioBHRDRM1WadNT1qmY27g2YicTdO0Rtc=
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.30-0.20240619174941-27aceac9c35b h1:iDRUunUV88L+4bjxxME2yu/CffhbSTUKhZMuB8E/DEU=
github.com/livepeer/stream-tester v0.12.30-0.20240619174941-27aceac9c35b/go.mod h1:gZQjy1ZbBcf6vcbwRL8poiXTmlWvOUaeZA6jSpfBSXM=
github.com/livepeer/stream-tester v0.12.30-0.20240619180204-bc3b33c21b94 h1:unVbXVUuRTVjpMoY4GAJOD/a4F+gS2ucWvcj/FRYddA=
github.com/livepeer/stream-tester v0.12.30-0.20240619180204-bc3b33c21b94/go.mod h1:gZQjy1ZbBcf6vcbwRL8poiXTmlWvOUaeZA6jSpfBSXM=
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0/go.mod h1:zJYVVT2jmtg6P3p1VtQj7WsuWi/y4VnjVBn7F8KPB3I=
github.com/lufia/plan9stats v0.0.0-20231016141302-07b5767bb0ed h1:036IscGBfJsFIgJQzlui7nK1Ncm0tp2ktmPj8xO4N/0=
github.com/lufia/plan9stats v0.0.0-20231016141302-07b5767bb0ed/go.mod h1:ilwx/Dta8jXAgpFYFvSWEMwxmbWXyiUHkd5FwyKhb5k=
Expand Down

0 comments on commit 1e3fd3d

Please sign in to comment.