Skip to content

Commit 88ae979

Browse files
authored
chore: Release v0.38.0 (#3106)
1 parent e959b3c commit 88ae979

File tree

7 files changed

+143
-143
lines changed

7 files changed

+143
-143
lines changed

go.mod

Lines changed: 23 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ module github.com/libp2p/go-libp2p
22

33
go 1.22.0
44

5-
toolchain go1.22.1
6-
75
retract v0.26.1 // Tag was applied incorrectly due to a bug in the release workflow.
86

97
retract v0.36.0 // Accidentally modified the tag.
@@ -30,15 +28,15 @@ require (
3028
github.com/libp2p/go-libp2p-testing v0.12.0
3129
github.com/libp2p/go-msgio v0.3.0
3230
github.com/libp2p/go-nat v0.2.0
33-
github.com/libp2p/go-netroute v0.2.1
31+
github.com/libp2p/go-netroute v0.2.2
3432
github.com/libp2p/go-reuseport v0.4.0
3533
github.com/libp2p/go-yamux/v4 v4.0.1
3634
github.com/libp2p/zeroconf/v2 v2.2.0
3735
github.com/marten-seemann/tcp v0.0.0-20210406111302-dfbc87cc63fd
3836
github.com/mikioh/tcpinfo v0.0.0-20190314235526-30a79bb1804b
3937
github.com/mr-tron/base58 v1.2.0
4038
github.com/multiformats/go-base32 v0.1.0
41-
github.com/multiformats/go-multiaddr v0.13.0
39+
github.com/multiformats/go-multiaddr v0.14.0
4240
github.com/multiformats/go-multiaddr-dns v0.4.1
4341
github.com/multiformats/go-multiaddr-fmt v0.1.0
4442
github.com/multiformats/go-multibase v0.2.0
@@ -47,28 +45,28 @@ require (
4745
github.com/multiformats/go-multistream v0.6.0
4846
github.com/multiformats/go-varint v0.0.7
4947
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58
50-
github.com/pion/datachannel v1.5.9
51-
github.com/pion/ice/v2 v2.3.36
48+
github.com/pion/datachannel v1.5.10
49+
github.com/pion/ice/v2 v2.3.37
5250
github.com/pion/logging v0.2.2
53-
github.com/pion/sctp v1.8.33
51+
github.com/pion/sctp v1.8.35
5452
github.com/pion/stun v0.6.1
55-
github.com/pion/webrtc/v3 v3.3.4
53+
github.com/pion/webrtc/v3 v3.3.5
5654
github.com/prometheus/client_golang v1.20.5
5755
github.com/prometheus/client_model v0.6.1
5856
github.com/quic-go/quic-go v0.48.2
5957
github.com/quic-go/webtransport-go v0.8.1-0.20241018022711-4ac2c9250e66
6058
github.com/raulk/go-watchdog v1.3.0
61-
github.com/stretchr/testify v1.9.0
59+
github.com/stretchr/testify v1.10.0
6260
go.uber.org/fx v1.23.0
6361
go.uber.org/goleak v1.3.0
6462
go.uber.org/mock v0.5.0
6563
go.uber.org/zap v1.27.0
66-
golang.org/x/crypto v0.28.0
67-
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c
68-
golang.org/x/sync v0.8.0
69-
golang.org/x/sys v0.26.0
70-
golang.org/x/tools v0.26.0
71-
google.golang.org/protobuf v1.35.1
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
7270
)
7371

7472
require (
@@ -90,12 +88,12 @@ require (
9088
github.com/gogo/protobuf v1.3.2 // indirect
9189
github.com/golang/protobuf v1.5.3 // indirect
9290
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect
93-
github.com/google/pprof v0.0.0-20241017200806-017d972448fc // indirect
91+
github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect
9492
github.com/google/uuid v1.6.0 // indirect
9593
github.com/huin/goupnp v1.3.0 // indirect
9694
github.com/jackpal/go-nat-pmp v1.0.2 // indirect
9795
github.com/jbenet/goprocess v0.1.4 // indirect
98-
github.com/klauspost/cpuid/v2 v2.2.8 // indirect
96+
github.com/klauspost/cpuid/v2 v2.2.9 // indirect
9997
github.com/koron/go-ssdp v0.0.4 // indirect
10098
github.com/mattn/go-isatty v0.0.20 // indirect
10199
github.com/miekg/dns v1.1.62 // indirect
@@ -104,31 +102,32 @@ require (
104102
github.com/multiformats/go-base36 v0.2.0 // indirect
105103
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
106104
github.com/nxadm/tail v1.4.11 // indirect
107-
github.com/onsi/ginkgo/v2 v2.20.2 // indirect
105+
github.com/onsi/ginkgo/v2 v2.22.0 // indirect
108106
github.com/opencontainers/runtime-spec v1.2.0 // indirect
109107
github.com/pion/dtls/v2 v2.2.12 // indirect
110108
github.com/pion/interceptor v0.1.37 // indirect
111109
github.com/pion/mdns v0.0.12 // indirect
112110
github.com/pion/randutil v0.1.0 // indirect
113-
github.com/pion/rtcp v1.2.14 // indirect
114-
github.com/pion/rtp v1.8.9 // indirect
111+
github.com/pion/rtcp v1.2.15 // indirect
112+
github.com/pion/rtp v1.8.10 // indirect
115113
github.com/pion/sdp/v3 v3.0.9 // indirect
116114
github.com/pion/srtp/v2 v2.0.20 // indirect
117115
github.com/pion/transport/v2 v2.2.10 // indirect
116+
github.com/pion/transport/v3 v3.0.7 // indirect
118117
github.com/pion/turn/v2 v2.1.6 // indirect
119118
github.com/pkg/errors v0.9.1 // indirect
120119
github.com/pmezard/go-difflib v1.0.0 // indirect
121-
github.com/prometheus/common v0.60.0 // indirect
120+
github.com/prometheus/common v0.61.0 // indirect
122121
github.com/prometheus/procfs v0.15.1 // indirect
123122
github.com/quic-go/qpack v0.5.1 // indirect
124123
github.com/spaolacci/murmur3 v1.1.0 // indirect
125124
github.com/syndtr/goleveldb v1.0.0 // indirect
126125
github.com/wlynxg/anet v0.0.5 // indirect
127126
go.uber.org/dig v1.18.0 // indirect
128127
go.uber.org/multierr v1.11.0 // indirect
129-
golang.org/x/mod v0.21.0 // indirect
130-
golang.org/x/net v0.30.0 // indirect
131-
golang.org/x/text v0.19.0 // indirect
128+
golang.org/x/mod v0.22.0 // indirect
129+
golang.org/x/net v0.32.0 // indirect
130+
golang.org/x/text v0.21.0 // indirect
132131
gopkg.in/yaml.v3 v3.0.1 // indirect
133132
lukechampine.com/blake3 v1.3.0 // indirect
134133
)

0 commit comments

Comments
 (0)