File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ require (
11
11
github.com/filecoin-project/go-amt-ipld/v4 v4.4.0
12
12
github.com/filecoin-project/go-bitfield v0.2.4
13
13
github.com/filecoin-project/go-commp-utils/v2 v2.1.0
14
- github.com/filecoin-project/go-hamt-ipld/v3 v3.4.0
14
+ github.com/filecoin-project/go-hamt-ipld/v3 v3.4.1
15
15
github.com/ipfs/go-block-format v0.2.0
16
16
github.com/ipfs/go-cid v0.5.0
17
17
github.com/ipfs/go-ipld-cbor v0.2.0
@@ -46,5 +46,3 @@ require (
46
46
gopkg.in/yaml.v3 v3.0.1 // indirect
47
47
lukechampine.com/blake3 v1.3.0 // indirect
48
48
)
49
-
50
- replace github.com/filecoin-project/go-hamt-ipld/v3 => ../go-hamt-ipld
Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ github.com/filecoin-project/go-fil-commcid v0.2.0 h1:B+5UX8XGgdg/XsdUpST4pEBviKk
17
17
github.com/filecoin-project/go-fil-commcid v0.2.0 /go.mod h1:8yigf3JDIil+/WpqR5zoKyP0jBPCOGtEqq/K1CcMy9Q =
18
18
github.com/filecoin-project/go-fil-commp-hashhash v0.2.0 h1:HYIUugzjq78YvV3vC6rL95+SfC/aSTVSnZSZiDV5pCk =
19
19
github.com/filecoin-project/go-fil-commp-hashhash v0.2.0 /go.mod h1:VH3fAFOru4yyWar4626IoS5+VGE8SfZiBODJLUigEo4 =
20
+ github.com/filecoin-project/go-hamt-ipld/v3 v3.4.1 h1:wl+ZHruCcE9LvwU7blpwWn35XOcRS6+IBg75G7ZzxzY =
21
+ github.com/filecoin-project/go-hamt-ipld/v3 v3.4.1 /go.mod h1:AqjryNfkxffpnqsa5mwnJHlazhVqF6W2nilu+VYKIq8 =
20
22
github.com/frankban/quicktest v1.14.6 h1:7Xjx+VpznH+oBnejlPUj8oUpdxnVs4f8XU8WnHkI4W8 =
21
23
github.com/frankban/quicktest v1.14.6 /go.mod h1:4ptaffx2x8+WTWXmUCuVU6aPUX1/Mz7zb5vbUoiM6w0 =
22
24
github.com/go-yaml/yaml v2.1.0+incompatible /go.mod h1:w2MrLa16VYP0jy6N7M5kHaCkaLENm+P+Tv+MfurjSw0 =
You can’t perform that action at this time.
0 commit comments