Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump most libp2p dependencies #2788

Merged
merged 6 commits into from
Jan 4, 2023
Merged

Commits on Jan 4, 2023

  1. chore(deps): bump most libp2p dependencies

    - `github.com/libp2p/go-libp2p-core/*` -> `github.com/libp2p/go-libp2p/core/*`
    - `github.com/libp2p/go-libp2p-peerstore/pstoreds` -> `github.com/libp2p/go-libp2p/p2p/host/peerstore/pstoremem`
    - `github.com/libp2p/go-libp2p-discovery` -> `github.com/libp2p/go-libp2p/p2p/discovery/routing`
    - `github.com/libp2p/go-libp2p/p2p/discovery/mdns_legacy` -> `github.com/libp2p/go-libp2p/p2p/discovery/mdns`
    - Fix network/mdns.go code
    - Update mocks
    qdm12 committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    7f63e6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2ab71f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8cd4c4c View commit details
    Browse the repository at this point in the history
  4. clean up go.mod order

    qdm12 committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    263fee7 View commit details
    Browse the repository at this point in the history
  5. Fix deepsource

    qdm12 committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    5800918 View commit details
    Browse the repository at this point in the history
  6. Fix deps rebase changes

    qdm12 committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    31c138a View commit details
    Browse the repository at this point in the history