chore(deps): bump edgevpn to v0.29.1 #3109
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it:
This pull request includes updates to the dependencies in the
tests/go.mod
file, ensuring the project uses the latest versions of various libraries. The most important changes include updates to the versions of critical libraries and the addition of new indirect dependencies.Dependency updates:
github.com/mudler/edgevpn
fromv0.28.4
tov0.29.0
andgithub.com/onsi/ginkgo/v2
fromv2.22.0
tov2.22.2
.github.com/google/pprof
fromv0.0.0-20241029153458-d1b30febd7db
tov0.0.0-20241210010833-40e02aabc2ad
andgithub.com/ipfs/boxo
fromv0.24.1
tov0.24.3
.github.com/libp2p/go-libp2p
fromv0.36.5
tov0.38.1
andgithub.com/libp2p/go-libp2p-kad-dht
fromv0.27.0
tov0.28.1
.github.com/pion/datachannel
fromv1.5.9
tov1.5.10
,github.com/pion/rtcp
fromv1.2.14
tov1.2.15
, andgithub.com/pion/rtp
fromv1.8.9
tov1.8.10
.golang.org/x/exp
fromv0.0.0-20241009180824-f66d83c29e7c
tov0.0.0-20241217172543-b2144cdd0a67
andgolang.org/x/mod
fromv0.21.0
tov0.22.0
.New indirect dependencies:
github.com/cpuguy83/go-md2man/v2 v2.0.5
.github.com/labstack/echo/v4 v4.13.3
andgithub.com/labstack/gommon v0.4.2
.github.com/mattn/go-colorable v0.1.13
.github.com/russross/blackfriday/v2 v2.1.0
.github.com/urfave/cli/v2 v2.27.5
andgithub.com/valyala/bytebufferpool v1.0.0
.Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #