mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-30 09:59:13 +08:00
fix the coreapi/object import grouping
(while we're at it) License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
This commit is contained in:
@ -3,21 +3,20 @@ package coreapi
|
|||||||
import (
|
import (
|
||||||
"bytes"
|
"bytes"
|
||||||
"context"
|
"context"
|
||||||
"io"
|
|
||||||
"io/ioutil"
|
|
||||||
|
|
||||||
caopts "github.com/ipfs/go-ipfs/core/coreapi/interface/options"
|
|
||||||
dagutils "github.com/ipfs/go-ipfs/merkledag/utils"
|
|
||||||
|
|
||||||
coreiface "github.com/ipfs/go-ipfs/core/coreapi/interface"
|
|
||||||
dag "github.com/ipfs/go-ipfs/merkledag"
|
|
||||||
ft "github.com/ipfs/go-ipfs/unixfs"
|
|
||||||
|
|
||||||
"encoding/base64"
|
"encoding/base64"
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"encoding/xml"
|
"encoding/xml"
|
||||||
"errors"
|
"errors"
|
||||||
"fmt"
|
"fmt"
|
||||||
|
"io"
|
||||||
|
"io/ioutil"
|
||||||
|
|
||||||
|
coreiface "github.com/ipfs/go-ipfs/core/coreapi/interface"
|
||||||
|
caopts "github.com/ipfs/go-ipfs/core/coreapi/interface/options"
|
||||||
|
dag "github.com/ipfs/go-ipfs/merkledag"
|
||||||
|
dagutils "github.com/ipfs/go-ipfs/merkledag/utils"
|
||||||
|
ft "github.com/ipfs/go-ipfs/unixfs"
|
||||||
|
|
||||||
cid "gx/ipfs/QmcZfnkapfECQGcLZaf9B79NRg7cRa9EnZh4LSbkCzwNvY/go-cid"
|
cid "gx/ipfs/QmcZfnkapfECQGcLZaf9B79NRg7cRa9EnZh4LSbkCzwNvY/go-cid"
|
||||||
ipld "gx/ipfs/Qme5bWv7wtjUNGsK2BNGVUFPKiuxWrsqrtvYwCLRw8YFES/go-ipld-format"
|
ipld "gx/ipfs/Qme5bWv7wtjUNGsK2BNGVUFPKiuxWrsqrtvYwCLRw8YFES/go-ipld-format"
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user