1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-08-26 04:26:07 +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

@ -12,7 +12,7 @@ import (
cmds "github.com/ipfs/go-ipfs-cmds"
config "github.com/ipfs/kubo/config"
peer "github.com/libp2p/go-libp2p-core/peer"
peer "github.com/libp2p/go-libp2p/core/peer"
ma "github.com/multiformats/go-multiaddr"
)