Skip to content

Commit

Permalink
chore: bump go-libipfs to replace go-block-format
Browse files Browse the repository at this point in the history
Includes changes from:
- ipfs/go-block-format#37
- #58


This commit was moved from ipfs/kubo@f20c980
  • Loading branch information
Jorropo committed Jan 26, 2023
1 parent 4be0abd commit 64b4f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gateway/core/corehttp/gateway_handler_car.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import (
"net/http"
"time"

blocks "github.com/ipfs/go-block-format"
cid "github.com/ipfs/go-cid"
blocks "github.com/ipfs/go-libipfs/blocks"
coreiface "github.com/ipfs/interface-go-ipfs-core"
ipath "github.com/ipfs/interface-go-ipfs-core/path"
"github.com/ipfs/kubo/tracing"
Expand Down

0 comments on commit 64b4f66

Please sign in to comment.