This repository was archived by the owner on May 15, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
integration/test/motionlarity Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/filecoin-project/motion
3
3
go 1.20
4
4
5
5
require (
6
- github.com/data-preservation-programs/singularity v0.5.8
6
+ github.com/data-preservation-programs/singularity v0.5.9
7
7
github.com/filecoin-project/go-address v1.1.0
8
8
github.com/filecoin-project/go-state-types v0.12.0
9
9
github.com/gammazero/fsutil v0.0.1
Original file line number Diff line number Diff line change @@ -49,8 +49,8 @@ github.com/cpuguy83/go-md2man/v2 v2.0.2 h1:p1EgwI/C7NhT0JmVkwCD2ZBK8j4aeHQX2pMHH
49
49
github.com/cpuguy83/go-md2man/v2 v2.0.2 /go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o =
50
50
github.com/creack/pty v1.1.9 /go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E =
51
51
github.com/cskr/pubsub v1.0.2 h1:vlOzMhl6PFn60gRlTQQsIfVwaPB/B/8MziK8FhEPt/0 =
52
- github.com/data-preservation-programs/singularity v0.5.8 h1:lbTumrwCgfkklhJrWZAw9MVS8DNAHhNIfcR0yZYRJaM =
53
- github.com/data-preservation-programs/singularity v0.5.8 /go.mod h1:p3Morz6kp3e12dRJs1rkALFCHlFjbkmM+TwnRk7sWG4 =
52
+ github.com/data-preservation-programs/singularity v0.5.9 h1:BuZBrNx9N2GHmCveJsoXHL0EAqdyixIdvzvFSt+oQmA =
53
+ github.com/data-preservation-programs/singularity v0.5.9 /go.mod h1:p3Morz6kp3e12dRJs1rkALFCHlFjbkmM+TwnRk7sWG4 =
54
54
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
55
55
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
56
56
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
Original file line number Diff line number Diff line change 1
- SINGULARITY_REF = :v0.5.8
1
+ SINGULARITY_REF = :v0.5.9
2
2
LOTUS_TEST = ' true'
3
3
LOTUS_API = http://lotus:1234/rpc/v1
4
4
MOTION_PRICE_PER_GIB_EPOCH = 0
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " v0.2.2 "
2
+ "version" : " v0.2.3 "
3
3
}
You can’t perform that action at this time.
0 commit comments