@@ -23,22 +23,19 @@ require (
23
23
github.com/mattn/go-isatty v0.0.20
24
24
github.com/mitchellh/go-wordwrap v1.0.1
25
25
github.com/muesli/termenv v0.15.3-0.20240618155329-98d742f6907a
26
- github.com/pion/datachannel v1.5.9
27
- github.com/pion/logging v0.2.2
28
26
github.com/pion/stun/v3 v3.0.0
29
27
github.com/pion/webrtc/v4 v4.0.1
30
28
github.com/prometheus/client_golang v1.20.4
31
29
github.com/puzpuzpuz/xsync/v3 v3.4.0
32
- github.com/schollz/progressbar/v3 v3.16 .1
30
+ github.com/schollz/progressbar/v3 v3.17 .1
33
31
github.com/spf13/afero v1.11.0
34
32
github.com/valyala/fasthttp v1.56.0
35
- go.uber.org/atomic v1.11.0
36
33
go4.org/mem v0.0.0-20220726221520-4f986261bf13
37
34
golang.org/x/crypto v0.28.0
38
35
golang.org/x/exp v0.0.0-20240823005443-9b4947da3948
39
36
golang.org/x/net v0.30.0
40
37
golang.org/x/sys v0.27.0
41
- golang.org/x/term v0.25 .0
38
+ golang.org/x/term v0.26 .0
42
39
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da
43
40
tailscale.com v1.76.1
44
41
)
@@ -161,9 +158,11 @@ require (
161
158
github.com/outcaste-io/ristretto v0.2.3 // indirect
162
159
github.com/philhofer/fwd v1.1.2 // indirect
163
160
github.com/pierrec/lz4/v4 v4.1.21 // indirect
161
+ github.com/pion/datachannel v1.5.9 // indirect
164
162
github.com/pion/dtls/v3 v3.0.3 // indirect
165
163
github.com/pion/ice/v4 v4.0.2 // indirect
166
164
github.com/pion/interceptor v0.1.37 // indirect
165
+ github.com/pion/logging v0.2.2 // indirect
167
166
github.com/pion/mdns/v2 v2.0.7 // indirect
168
167
github.com/pion/randutil v0.1.0 // indirect
169
168
github.com/pion/rtcp v1.2.14 // indirect
@@ -218,6 +217,7 @@ require (
218
217
go.opentelemetry.io/otel/sdk v1.30.0 // indirect
219
218
go.opentelemetry.io/otel/trace v1.32.0 // indirect
220
219
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
220
+ go.uber.org/atomic v1.11.0 // indirect
221
221
go4.org/netipx v0.0.0-20231129151722-fdeea329fbba // indirect
222
222
golang.org/x/mod v0.21.0 // indirect
223
223
golang.org/x/oauth2 v0.23.0 // indirect
0 commit comments