1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-05-20 16:36:46 +08:00

chore: bump go-libp2p v0.22.0 & go1.18&go1.19

Fixes: #9225
This commit is contained in:
Jorropo
2022-08-29 13:55:00 +02:00
parent 82fbb84384
commit 196887cbe5
106 changed files with 1332 additions and 1643 deletions

View File

@ -15,8 +15,8 @@ import (
ipld "github.com/ipfs/go-ipld-format"
dag "github.com/ipfs/go-merkledag"
path "github.com/ipfs/go-path"
peer "github.com/libp2p/go-libp2p-core/peer"
routing "github.com/libp2p/go-libp2p-core/routing"
peer "github.com/libp2p/go-libp2p/core/peer"
routing "github.com/libp2p/go-libp2p/core/routing"
)
var RoutingCmd = &cmds.Command{