File tree Expand file tree Collapse file tree 8 files changed +12
-14
lines changed Expand file tree Collapse file tree 8 files changed +12
-14
lines changed Original file line number Diff line number Diff line change 7
7
"math/bits"
8
8
"sync"
9
9
10
- "github.com/filecoin-project/go-commp-utils/zerocomm"
10
+ "github.com/filecoin-project/go-commp-utils/v2/ zerocomm"
11
11
commcid "github.com/filecoin-project/go-fil-commcid"
12
12
"github.com/filecoin-project/go-state-types/abi"
13
13
"github.com/ipfs/go-cid"
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ package commp_test
3
3
import (
4
4
"testing"
5
5
6
- "github.com/filecoin-project/go-commp-utils"
7
- "github.com/filecoin-project/go-commp-utils/zerocomm"
6
+ "github.com/filecoin-project/go-commp-utils/v2 "
7
+ "github.com/filecoin-project/go-commp-utils/v2/ zerocomm"
8
8
"github.com/filecoin-project/go-state-types/abi"
9
9
"github.com/ipfs/go-cid"
10
10
)
Original file line number Diff line number Diff line change 4
4
"bytes"
5
5
"testing"
6
6
7
- "github.com/filecoin-project/go-commp-utils"
7
+ "github.com/filecoin-project/go-commp-utils/v2 "
8
8
"github.com/filecoin-project/go-state-types/abi"
9
9
"github.com/ipfs/go-cid"
10
10
)
Original file line number Diff line number Diff line change 1
- module github.com/filecoin-project/go-commp-utils
1
+ module github.com/filecoin-project/go-commp-utils/v2
2
2
3
3
go 1.21
4
4
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " v0.1.4 "
2
+ "version" : " v2.0.0 "
3
3
}
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ import (
11
11
"github.com/filecoin-project/go-padreader"
12
12
"github.com/filecoin-project/go-state-types/abi"
13
13
14
- commp "github.com/filecoin-project/go-commp-utils"
15
- "github.com/filecoin-project/go-commp-utils/zerocomm"
14
+ commp "github.com/filecoin-project/go-commp-utils/v2 "
15
+ "github.com/filecoin-project/go-commp-utils/v2/ zerocomm"
16
16
)
17
17
18
18
type DataCIDSize struct {
Original file line number Diff line number Diff line change @@ -9,11 +9,10 @@ import (
9
9
10
10
"github.com/stretchr/testify/require"
11
11
12
- "github.com/filecoin-project/go-commp-utils"
12
+ "github.com/filecoin-project/go-commp-utils/v2"
13
+ "github.com/filecoin-project/go-commp-utils/v2/zerocomm"
13
14
"github.com/filecoin-project/go-padreader"
14
15
"github.com/filecoin-project/go-state-types/abi"
15
-
16
- "github.com/filecoin-project/go-commp-utils/zerocomm"
17
16
)
18
17
19
18
func TestWriterZero (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -6,12 +6,11 @@ import (
6
6
"io"
7
7
"testing"
8
8
9
- "github.com/filecoin-project/go-commp-utils"
9
+ "github.com/filecoin-project/go-commp-utils/v2"
10
+ "github.com/filecoin-project/go-commp-utils/v2/zerocomm"
10
11
commcid "github.com/filecoin-project/go-fil-commcid"
11
12
abi "github.com/filecoin-project/go-state-types/abi"
12
13
"github.com/ipfs/go-cid"
13
-
14
- "github.com/filecoin-project/go-commp-utils/zerocomm"
15
14
)
16
15
17
16
func TestComms (t * testing.T ) {
You can’t perform that action at this time.
0 commit comments