add: basic webrtc is working
This commit is contained in:
@@ -6,8 +6,9 @@ require (
|
||||
connectrpc.com/connect v1.11.1
|
||||
connectrpc.com/grpcreflect v1.2.0
|
||||
github.com/gofrs/uuid/v5 v5.0.0
|
||||
github.com/pion/example-webrtc-applications/v3 v3.0.5
|
||||
github.com/pion/webrtc/v3 v3.2.20
|
||||
github.com/rs/cors v1.10.0
|
||||
golang.org/x/net v0.14.0
|
||||
google.golang.org/grpc v1.58.1
|
||||
google.golang.org/protobuf v1.31.0
|
||||
)
|
||||
@@ -34,8 +35,8 @@ require (
|
||||
github.com/pmezard/go-difflib v1.0.0 // indirect
|
||||
github.com/stretchr/testify v1.8.4 // indirect
|
||||
golang.org/x/crypto v0.12.0 // indirect
|
||||
golang.org/x/net v0.14.0 // indirect
|
||||
golang.org/x/sys v0.11.0 // indirect
|
||||
golang.org/x/text v0.12.0 // indirect
|
||||
google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user