Skip to content

Commit

Permalink
chore(deps): bump edgevpn to v0.29.0 (#674)
Browse files Browse the repository at this point in the history
This pull request updates several dependencies in the `go.mod` file to
their latest versions. These updates are important for ensuring the
project uses the most recent features and security patches available in
these libraries.

Dependency updates:

* Updated `github.com/mudler/edgevpn` from `v0.28.4` to `v0.29.0`
* Updated `github.com/ipfs/boxo` from `v0.21.0` to `v0.24.3`
* Updated `github.com/libp2p/go-libp2p` from `v0.36.2` to `v0.38.1` and
several related libp2p packages
* Updated `github.com/pion` packages, including `datachannel`, `ice`,
`interceptor`, `rtcp`, `rtp`, `sctp`, `webrtc`, and `transport`
* Updated `go.uber.org` packages, including `fx` and `mock`

Signed-off-by: mudler <[email protected]>
  • Loading branch information
mudler authored Jan 10, 2025
1 parent 403ad45 commit 3a9e782
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1566,6 +1566,7 @@ golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2/go.mod h1:tRJNPiyCQ0inRvYxb
golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
golang.org/x/time v0.5.0 h1:o7cqy6amK/52YcAKIPlM3a+Fpj35zvRj2TP+e1xFSfk=
golang.org/x/time v0.5.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=
golang.org/x/time v0.8.0 h1:9i3RxcPv3PZnitoVGMPDKZSq1xW1gK1Xy3ArNOGZfEg=
golang.org/x/tools v0.0.0-20180828015842-6cd1fcedba52/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
golang.org/x/tools v0.0.0-20181030000716-a0a13e073c7b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
Expand Down

0 comments on commit 3a9e782

Please sign in to comment.