mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-26 21:07:45 +08:00
Update iptb and iptb-plugins
License: MIT Signed-off-by: Travis Person <travis@protocol.ai>
This commit is contained in:
parent
be3fc3e791
commit
fcf1043683
@ -47,9 +47,9 @@
|
||||
"version": "0.1.4"
|
||||
},
|
||||
{
|
||||
"hash": "QmYAXfidRkyrQH5sGVA71TAwL1cknsDtMoLPV6Bjk13VrG",
|
||||
"hash": "QmckeQ2zrYLAXoSHYTGn5BDdb22BqbUoHEHm8KZ9YWRxd1",
|
||||
"name": "iptb",
|
||||
"version": "1.3.7"
|
||||
"version": "2.0.0"
|
||||
},
|
||||
{
|
||||
"hash": "QmPnFwZ2JXKnXgMw8CdBPxn7FWh6LLdjUjxV1fKHuJnkr8",
|
||||
@ -589,7 +589,7 @@
|
||||
},
|
||||
{
|
||||
"author": "travisperson",
|
||||
"hash": "QmZJXRAhsC7Zi94udXXdsnncJLYdSYBAckWxbxHJe9fPG3",
|
||||
"hash": "QmX51YXMSkZWJ6fQFP8ieQvwTbmLFK1YbGHqeJwgLvjkZU",
|
||||
"name": "iptb-plugins",
|
||||
"version": "1.0.0"
|
||||
}
|
||||
|
||||
@ -4,10 +4,10 @@ import (
|
||||
"fmt"
|
||||
"os"
|
||||
|
||||
cli "gx/ipfs/QmYAXfidRkyrQH5sGVA71TAwL1cknsDtMoLPV6Bjk13VrG/iptb/cli"
|
||||
testbed "gx/ipfs/QmYAXfidRkyrQH5sGVA71TAwL1cknsDtMoLPV6Bjk13VrG/iptb/testbed"
|
||||
cli "gx/ipfs/QmckeQ2zrYLAXoSHYTGn5BDdb22BqbUoHEHm8KZ9YWRxd1/iptb/cli"
|
||||
testbed "gx/ipfs/QmckeQ2zrYLAXoSHYTGn5BDdb22BqbUoHEHm8KZ9YWRxd1/iptb/testbed"
|
||||
|
||||
plugin "gx/ipfs/QmZJXRAhsC7Zi94udXXdsnncJLYdSYBAckWxbxHJe9fPG3/iptb-plugins/local"
|
||||
plugin "gx/ipfs/QmX51YXMSkZWJ6fQFP8ieQvwTbmLFK1YbGHqeJwgLvjkZU/iptb-plugins/local"
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user