We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 699d2e0 commit 2ae22c5Copy full SHA for 2ae22c5
gen/main.go
@@ -3,7 +3,7 @@ package main
3
import (
4
cbg "github.com/whyrusleeping/cbor-gen"
5
6
- hamt "github.com/filecoin-project/go-hamt-ipld/v2"
+ hamt "github.com/filecoin-project/go-hamt-ipld/v3"
7
)
8
9
func main() {
go.mod
@@ -1,4 +1,4 @@
1
-module github.com/filecoin-project/go-hamt-ipld/v2
+module github.com/filecoin-project/go-hamt-ipld/v3
2
require (
github.com/ipfs/go-block-format v0.0.2
0 commit comments