There was an error while loading. Please reload this page.
1 parent 68545cc commit 1340a07Copy full SHA for 1340a07
2 files changed
go.mod
@@ -23,12 +23,12 @@ require (
23
github.com/pion/transport v0.13.0
24
github.com/pion/turn/v2 v2.0.8
25
github.com/pion/webrtc/v3 v3.1.25
26
- github.com/prometheus/client_golang v1.11.0
+ github.com/prometheus/client_golang v1.11.1
27
github.com/rs/zerolog v1.26.0
28
github.com/soheilhy/cmux v0.1.5
29
github.com/sourcegraph/jsonrpc2 v0.1.0
30
- github.com/spf13/viper v1.9.0
31
- github.com/stretchr/testify v1.7.0
32
- golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
33
- google.golang.org/grpc v1.41.0
+ github.com/spf13/viper v1.12.0
+ github.com/stretchr/testify v1.7.1
+ golang.org/x/sync v0.0.0-20220513210516-0976fa681c29
+ google.golang.org/grpc v1.46.2
34
)
0 commit comments