Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
fffilimonov committed May 6, 2023
1 parent 99528cf commit 539e95b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/livekit/livekit-cli

go 1.18

replace github.com/livekit/protocol v1.5.4 => github.com/dTelecom/protocol v1.0.3
replace github.com/livekit/protocol v1.5.4 => github.com/dTelecom/protocol v1.0.5

require (
github.com/ggwhite/go-masker v1.0.9
Expand Down Expand Up @@ -39,7 +39,7 @@ require (
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/crackcomm/go-gitignore v0.0.0-20170627025303-887ab5e44cc3 // indirect
github.com/cskr/pubsub v1.0.2 // indirect
github.com/dTelecom/p2p-realtime-database v1.0.1 // indirect
github.com/dTelecom/p2p-realtime-database v1.0.4 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/davidlazar/go-crypto v0.0.0-20200604182044-b73af7476f6c // indirect
github.com/deckarep/golang-set/v2 v2.1.0 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ github.com/crackcomm/go-gitignore v0.0.0-20170627025303-887ab5e44cc3 h1:HVTnpeuv
github.com/crackcomm/go-gitignore v0.0.0-20170627025303-887ab5e44cc3/go.mod h1:p1d6YEZWvFzEh4KLyvBcVSnrfNDDvK2zfK/4x2v/4pE=
github.com/cskr/pubsub v1.0.2 h1:vlOzMhl6PFn60gRlTQQsIfVwaPB/B/8MziK8FhEPt/0=
github.com/cskr/pubsub v1.0.2/go.mod h1:/8MzYXk/NJAz782G8RPkFzXTZVu63VotefPnR9TIRis=
github.com/dTelecom/p2p-realtime-database v1.0.1 h1:N3wMn0U570NpM0hRYxKrCTr72odZOj2UTZEP24q49ak=
github.com/dTelecom/p2p-realtime-database v1.0.1/go.mod h1:nnWHXzze4dqAF/KcLwGzDQtoiqip1XqxPYkIvWAtx7c=
github.com/dTelecom/protocol v1.0.3 h1:inN0fQxslLexoOlbVrkg1HizD+H46c3ECkSOPEhg4zI=
github.com/dTelecom/protocol v1.0.3/go.mod h1:A20e+Rjx8o+L7SHFNj4jrbfSmHc8UFbVe5/ygs6dut0=
github.com/dTelecom/p2p-realtime-database v1.0.4 h1:ZBifu26tzW517C9riYAsuv3uJAB4NdWxGYDYus4KYrc=
github.com/dTelecom/p2p-realtime-database v1.0.4/go.mod h1:nnWHXzze4dqAF/KcLwGzDQtoiqip1XqxPYkIvWAtx7c=
github.com/dTelecom/protocol v1.0.5 h1:GFtKajaRyO0aCz7XuqC5du+/9h1BTuKKfDCoXNyO1ow=
github.com/dTelecom/protocol v1.0.5/go.mod h1:0RHLm7rpjqZRyW61iiiZ2nVFGXVvloWrWJ88y+e/+24=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand Down

0 comments on commit 539e95b

Please sign in to comment.