Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit 7173b3c

Browse files
committed
gx import go libp2p metrics
(and unrewrite)
1 parent 0a76d86 commit 7173b3c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@
5454
"hash": "QmQine7gvHncNevKtG9QXxf3nXcwSj6aDDmMm52mHofEEp",
5555
"name": "tar-utils",
5656
"version": "0.0.3"
57+
},
58+
{
59+
"author": "whyrusleeping",
60+
"hash": "QmcoBbyTiL9PFjo1GFixJwqQ8mZLJ36CribuqyKmS1okPu",
61+
"name": "go-libp2p-metrics",
62+
"version": "2.1.3"
5763
}
5864
],
5965
"gxVersion": "0.7.0",

shell.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
manet "github.com/multiformats/go-multiaddr-net"
2222
tar "github.com/whyrusleeping/tar-utils"
2323

24-
p2pmetrics "gx/ipfs/QmdeBtQGXjSt7cb97nx9JyLHHv5va2LyEAue7Q5tDFzpLy/go-libp2p-metrics"
24+
p2pmetrics "github.com/libp2p/go-libp2p-metrics"
2525
)
2626

2727
const (

0 commit comments

Comments
 (0)