Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/stream-commp/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/filecoin-project/go-fil-commp-hashhash/cmd/stream-commp

go 1.23
go 1.24

require (
github.com/filecoin-project/go-fil-commcid v0.1.0
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/filecoin-project/go-fil-commp-hashhash

go 1.23
go 1.24

require (
github.com/minio/sha256-simd v1.0.1-0.20230130105256-d9c3aea9e949
Expand Down
Loading