mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
p2p: fix ci
License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
This commit is contained in:
parent
e4db7f7a48
commit
0465079f35
@ -161,13 +161,11 @@ func TestCommands(t *testing.T) {
|
||||
"/object/put",
|
||||
"/object/stat",
|
||||
"/p2p",
|
||||
"/p2p/listener",
|
||||
"/p2p/listener/close",
|
||||
"/p2p/listener/ls",
|
||||
"/p2p/listener/open",
|
||||
"/p2p/close",
|
||||
"/p2p/forward",
|
||||
"/p2p/ls",
|
||||
"/p2p/stream",
|
||||
"/p2p/stream/close",
|
||||
"/p2p/stream/dial",
|
||||
"/p2p/stream/ls",
|
||||
"/pin",
|
||||
"/pin/add",
|
||||
|
||||
@ -1,9 +1,8 @@
|
||||
package p2p
|
||||
|
||||
import (
|
||||
"errors"
|
||||
"sync"
|
||||
|
||||
"github.com/pkg/errors"
|
||||
)
|
||||
|
||||
type Listener interface {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user