Skip to content

Commit b9383b9

Browse files
authored
chore: update dependencies (#3173)
1 parent 8deaed7 commit b9383b9

File tree

17 files changed

+221
-223
lines changed

17 files changed

+221
-223
lines changed

core/crypto/pb/crypto.pb.go

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/peer/pb/peer_record.pb.go

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/record/pb/envelope.pb.go

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/sec/insecure/pb/plaintext.pb.go

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go.mod

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/gorilla/websocket v1.5.3
1616
github.com/hashicorp/golang-lru/arc/v2 v2.0.7
1717
github.com/hashicorp/golang-lru/v2 v2.0.7
18-
github.com/ipfs/go-cid v0.4.1
18+
github.com/ipfs/go-cid v0.5.0
1919
github.com/ipfs/go-datastore v0.6.0
2020
github.com/ipfs/go-ds-badger v0.3.0
2121
github.com/ipfs/go-ds-leveldb v0.5.0
@@ -30,7 +30,7 @@ require (
3030
github.com/libp2p/go-nat v0.2.0
3131
github.com/libp2p/go-netroute v0.2.2
3232
github.com/libp2p/go-reuseport v0.4.0
33-
github.com/libp2p/go-yamux/v4 v4.0.1
33+
github.com/libp2p/go-yamux/v4 v4.0.2
3434
github.com/libp2p/zeroconf/v2 v2.2.0
3535
github.com/marten-seemann/tcp v0.0.0-20210406111302-dfbc87cc63fd
3636
github.com/mikioh/tcpinfo v0.0.0-20190314235526-30a79bb1804b
@@ -47,10 +47,10 @@ require (
4747
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58
4848
github.com/pion/datachannel v1.5.10
4949
github.com/pion/ice/v2 v2.3.37
50-
github.com/pion/logging v0.2.2
50+
github.com/pion/logging v0.2.3
5151
github.com/pion/sctp v1.8.35
5252
github.com/pion/stun v0.6.1
53-
github.com/pion/webrtc/v4 v4.0.7
53+
github.com/pion/webrtc/v4 v4.0.8
5454
github.com/prometheus/client_golang v1.20.5
5555
github.com/prometheus/client_model v0.6.1
5656
github.com/quic-go/quic-go v0.49.0
@@ -61,12 +61,12 @@ require (
6161
go.uber.org/goleak v1.3.0
6262
go.uber.org/mock v0.5.0
6363
go.uber.org/zap v1.27.0
64-
golang.org/x/crypto v0.31.0
65-
golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67
66-
golang.org/x/sync v0.10.0
67-
golang.org/x/sys v0.28.0
68-
golang.org/x/tools v0.28.0
69-
google.golang.org/protobuf v1.36.0
64+
golang.org/x/crypto v0.32.0
65+
golang.org/x/exp v0.0.0-20250128182459-e0ece0dbea4c
66+
golang.org/x/sync v0.11.0
67+
golang.org/x/sys v0.30.0
68+
golang.org/x/tools v0.29.0
69+
google.golang.org/protobuf v1.36.4
7070
)
7171

7272
require (
@@ -88,32 +88,32 @@ require (
8888
github.com/gogo/protobuf v1.3.2 // indirect
8989
github.com/golang/protobuf v1.5.3 // indirect
9090
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect
91-
github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect
91+
github.com/google/pprof v0.0.0-20250202011525-fc3143867406 // indirect
9292
github.com/google/uuid v1.6.0 // indirect
9393
github.com/huin/goupnp v1.3.0 // indirect
9494
github.com/jackpal/go-nat-pmp v1.0.2 // indirect
9595
github.com/jbenet/goprocess v0.1.4 // indirect
9696
github.com/klauspost/cpuid/v2 v2.2.9 // indirect
97-
github.com/koron/go-ssdp v0.0.4 // indirect
97+
github.com/koron/go-ssdp v0.0.5 // indirect
9898
github.com/mattn/go-isatty v0.0.20 // indirect
99-
github.com/miekg/dns v1.1.62 // indirect
99+
github.com/miekg/dns v1.1.63 // indirect
100100
github.com/mikioh/tcpopt v0.0.0-20190314235656-172688c1accc // indirect
101101
github.com/minio/sha256-simd v1.0.1 // indirect
102102
github.com/multiformats/go-base36 v0.2.0 // indirect
103103
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
104104
github.com/nxadm/tail v1.4.11 // indirect
105-
github.com/onsi/ginkgo/v2 v2.22.0 // indirect
105+
github.com/onsi/ginkgo/v2 v2.22.2 // indirect
106106
github.com/opencontainers/runtime-spec v1.2.0 // indirect
107107
github.com/pion/dtls/v2 v2.2.12 // indirect
108108
github.com/pion/dtls/v3 v3.0.4 // indirect
109-
github.com/pion/ice/v4 v4.0.3 // indirect
109+
github.com/pion/ice/v4 v4.0.6 // indirect
110110
github.com/pion/interceptor v0.1.37 // indirect
111111
github.com/pion/mdns v0.0.12 // indirect
112112
github.com/pion/mdns/v2 v2.0.7 // indirect
113113
github.com/pion/randutil v0.1.0 // indirect
114114
github.com/pion/rtcp v1.2.15 // indirect
115-
github.com/pion/rtp v1.8.10 // indirect
116-
github.com/pion/sdp/v3 v3.0.9 // indirect
115+
github.com/pion/rtp v1.8.11 // indirect
116+
github.com/pion/sdp/v3 v3.0.10 // indirect
117117
github.com/pion/srtp/v3 v3.0.4 // indirect
118118
github.com/pion/stun/v3 v3.0.0 // indirect
119119
github.com/pion/transport/v2 v2.2.10 // indirect
@@ -122,17 +122,17 @@ require (
122122
github.com/pion/turn/v4 v4.0.0 // indirect
123123
github.com/pkg/errors v0.9.1 // indirect
124124
github.com/pmezard/go-difflib v1.0.0 // indirect
125-
github.com/prometheus/common v0.61.0 // indirect
125+
github.com/prometheus/common v0.62.0 // indirect
126126
github.com/prometheus/procfs v0.15.1 // indirect
127127
github.com/quic-go/qpack v0.5.1 // indirect
128128
github.com/spaolacci/murmur3 v1.1.0 // indirect
129129
github.com/syndtr/goleveldb v1.0.0 // indirect
130130
github.com/wlynxg/anet v0.0.5 // indirect
131131
go.uber.org/dig v1.18.0 // indirect
132132
go.uber.org/multierr v1.11.0 // indirect
133-
golang.org/x/mod v0.22.0 // indirect
134-
golang.org/x/net v0.32.0 // indirect
135-
golang.org/x/text v0.21.0 // indirect
133+
golang.org/x/mod v0.23.0 // indirect
134+
golang.org/x/net v0.34.0 // indirect
135+
golang.org/x/text v0.22.0 // indirect
136136
gopkg.in/yaml.v3 v3.0.1 // indirect
137137
lukechampine.com/blake3 v1.3.0 // indirect
138138
)

0 commit comments

Comments
 (0)