@@ -43,26 +43,26 @@ require (
43
43
github.com/multiformats/go-multistream v0.5.0
44
44
github.com/multiformats/go-varint v0.0.7
45
45
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58
46
- github.com/pion/datachannel v1.5.6
47
- github.com/pion/ice/v2 v2.3.25
46
+ github.com/pion/datachannel v1.5.8
47
+ github.com/pion/ice/v2 v2.3.31
48
48
github.com/pion/logging v0.2.2
49
- github.com/pion/sctp v1.8.16
49
+ github.com/pion/sctp v1.8.19
50
50
github.com/pion/stun v0.6.1
51
- github.com/pion/webrtc/v3 v3.2.42
51
+ github.com/pion/webrtc/v3 v3.2.50
52
52
github.com/prometheus/client_golang v1.19.1
53
53
github.com/prometheus/client_model v0.6.1
54
- github.com/quic-go/quic-go v0.45.1
54
+ github.com/quic-go/quic-go v0.45.2
55
55
github.com/quic-go/webtransport-go v0.8.0
56
56
github.com/raulk/go-watchdog v1.3.0
57
57
github.com/stretchr/testify v1.9.0
58
58
go.uber.org/fx v1.22.1
59
59
go.uber.org/goleak v1.3.0
60
60
go.uber.org/mock v0.4.0
61
- golang.org/x/crypto v0.24 .0
62
- golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8
61
+ golang.org/x/crypto v0.25 .0
62
+ golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
63
63
golang.org/x/sync v0.7.0
64
- golang.org/x/sys v0.21 .0
65
- golang.org/x/tools v0.22 .0
64
+ golang.org/x/sys v0.22 .0
65
+ golang.org/x/tools v0.23 .0
66
66
google.golang.org/protobuf v1.34.2
67
67
)
68
68
@@ -85,7 +85,7 @@ require (
85
85
github.com/gogo/protobuf v1.3.2 // indirect
86
86
github.com/golang/protobuf v1.5.3 // indirect
87
87
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect
88
- github.com/google/pprof v0.0.0-20240622144329-c177fd99eaa9 // indirect
88
+ github.com/google/pprof v0.0.0-20240727154555-813a5fbdbec8 // indirect
89
89
github.com/google/uuid v1.6.0 // indirect
90
90
github.com/huin/goupnp v1.3.0 // indirect
91
91
github.com/jackpal/go-nat-pmp v1.0.2 // indirect
@@ -97,31 +97,33 @@ require (
97
97
github.com/mikioh/tcpopt v0.0.0-20190314235656-172688c1accc // indirect
98
98
github.com/minio/sha256-simd v1.0.1 // indirect
99
99
github.com/multiformats/go-base36 v0.2.0 // indirect
100
+ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
100
101
github.com/nxadm/tail v1.4.11 // indirect
101
- github.com/onsi/ginkgo/v2 v2.19.0 // indirect
102
+ github.com/onsi/ginkgo/v2 v2.19.1 // indirect
102
103
github.com/opencontainers/runtime-spec v1.2.0 // indirect
103
- github.com/pion/dtls/v2 v2.2.11 // indirect
104
+ github.com/pion/dtls/v2 v2.2.12 // indirect
104
105
github.com/pion/interceptor v0.1.29 // indirect
105
106
github.com/pion/mdns v0.0.12 // indirect
106
107
github.com/pion/randutil v0.1.0 // indirect
107
108
github.com/pion/rtcp v1.2.14 // indirect
108
- github.com/pion/rtp v1.8.6 // indirect
109
+ github.com/pion/rtp v1.8.7 // indirect
109
110
github.com/pion/sdp/v3 v3.0.9 // indirect
110
- github.com/pion/srtp/v2 v2.0.18 // indirect
111
- github.com/pion/transport/v2 v2.2.5 // indirect
111
+ github.com/pion/srtp/v2 v2.0.20 // indirect
112
+ github.com/pion/transport/v2 v2.2.9 // indirect
112
113
github.com/pion/turn/v2 v2.1.6 // indirect
113
114
github.com/pkg/errors v0.9.1 // indirect
114
115
github.com/pmezard/go-difflib v1.0.0 // indirect
115
- github.com/prometheus/common v0.54 .0 // indirect
116
+ github.com/prometheus/common v0.55 .0 // indirect
116
117
github.com/prometheus/procfs v0.15.1 // indirect
117
118
github.com/quic-go/qpack v0.4.0 // indirect
118
119
github.com/spaolacci/murmur3 v1.1.0 // indirect
119
120
github.com/syndtr/goleveldb v1.0.0 // indirect
121
+ github.com/wlynxg/anet v0.0.3 // indirect
120
122
go.uber.org/dig v1.17.1 // indirect
121
123
go.uber.org/multierr v1.11.0 // indirect
122
124
go.uber.org/zap v1.27.0 // indirect
123
- golang.org/x/mod v0.18 .0 // indirect
124
- golang.org/x/net v0.26 .0 // indirect
125
+ golang.org/x/mod v0.19 .0 // indirect
126
+ golang.org/x/net v0.27 .0 // indirect
125
127
golang.org/x/text v0.16.0 // indirect
126
128
gopkg.in/yaml.v3 v3.0.1 // indirect
127
129
lukechampine.com/blake3 v1.3.0 // indirect
0 commit comments