Skip to content
This repository was archived by the owner on Dec 2, 2023. It is now read-only.

Commit 76413d6

Browse files
committed
fix(deps): update module google.golang.org/grpc to v1.42.0
Generated by renovateBot
1 parent 06695c9 commit 76413d6

File tree

2 files changed

+6
-49
lines changed

2 files changed

+6
-49
lines changed

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ module github.com/pion/ion
33
go 1.15
44

55
require (
6-
github.com/apex/log v1.1.4
76
github.com/bep/debounce v1.2.0
87
github.com/cloudwebrtc/nats-discovery v0.3.0
98
github.com/cloudwebrtc/nats-grpc v1.0.0
@@ -14,7 +13,6 @@ require (
1413
github.com/jhump/protoreflect v1.8.2
1514
github.com/nats-io/nats.go v1.12.0
1615
github.com/onsi/gomega v1.15.0 // indirect
17-
github.com/pion/ion-avp v1.8.4
1816
github.com/pion/ion-log v1.2.0
1917
github.com/pion/ion-sfu v1.10.10
2018
github.com/pion/webrtc/v3 v3.1.7
@@ -24,6 +22,6 @@ require (
2422
github.com/tj/assert v0.0.3
2523
golang.org/x/net v0.0.0-20211020060615-d418f374d309
2624
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
27-
google.golang.org/grpc v1.41.0
25+
google.golang.org/grpc v1.42.0
2826
google.golang.org/protobuf v1.27.1
2927
)

0 commit comments

Comments
 (0)