update linter

This commit is contained in:
0xmuralik
2022-10-17 16:55:25 +05:30
parent 482d597318
commit f8ca5ba9db
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -8,7 +8,6 @@ import (
"bytes"
"errors"
"github.com/ipfs/go-cid"
"github.com/ipld/go-ipld-prime/codec/dagcbor"
"github.com/ipld/go-ipld-prime/fluent"
"github.com/ipld/go-ipld-prime/linking"
@@ -17,6 +16,7 @@ import (
"github.com/ipld/go-ipld-prime/storage/memstore"
canonicalJson "github.com/gibson042/canonicaljson-go"
"github.com/ipfs/go-cid"
cbor "github.com/ipfs/go-ipld-cbor"
basicnode "github.com/ipld/go-ipld-prime/node/basic"
mh "github.com/multiformats/go-multihash"