Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: upgrade venus package of go mod/升级venus的go mod 依赖. #196

Merged
merged 1 commit into from
Sep 9, 2022
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 go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ require (
github.com/filecoin-project/specs-actors/v7 v7.0.1
github.com/filecoin-project/specs-actors/v8 v8.0.1
github.com/filecoin-project/specs-storage v0.4.1
github.com/filecoin-project/venus v1.7.1-0.20220909062310-88987d64031f
github.com/filecoin-project/venus v1.7.1-0.20220909080041-c603dbeaccad
github.com/filecoin-project/venus-auth v1.7.0
github.com/filecoin-project/venus-messager v1.6.2-0.20220829021941-2b3d8853fa41
github.com/golang/mock v1.6.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -461,8 +461,8 @@ github.com/filecoin-project/test-vectors/schema v0.0.5/go.mod h1:iQ9QXLpYWL3m7wa
github.com/filecoin-project/venus v1.2.4/go.mod h1:hJULXHGAnWuq5S5KRtPkwbT8DqgM9II7NwyNU7t59D0=
github.com/filecoin-project/venus v1.6.1-0.20220803064712-14d26a4e39f0/go.mod h1:Ibaxk3dWQuVjrwm656L8jogcv0heFsoNhlqT6MWX9Cg=
github.com/filecoin-project/venus v1.6.1-0.20220825071707-e8701c330582/go.mod h1:DCBsCXOA8zgPzk2In6ALzdwO2UBRmKNHMD7efHqNQKE=
github.com/filecoin-project/venus v1.7.1-0.20220909062310-88987d64031f h1:b4opBUbZDKULgZXMd6UYPeojdwyUl1eraETI0aTmVcM=
github.com/filecoin-project/venus v1.7.1-0.20220909062310-88987d64031f/go.mod h1:j6gvRtZxBEnNWRjcpk0qagr9XLaC3or/VXKenNT2W2s=
github.com/filecoin-project/venus v1.7.1-0.20220909080041-c603dbeaccad h1:5BeTjmLnt99kQoRFyBSrKmTpeDiphg8NEJx/88hoZo8=
github.com/filecoin-project/venus v1.7.1-0.20220909080041-c603dbeaccad/go.mod h1:j6gvRtZxBEnNWRjcpk0qagr9XLaC3or/VXKenNT2W2s=
github.com/filecoin-project/venus-auth v1.3.2/go.mod h1:m5Jog2GYxztwP7w3m/iJdv/V1/bTcAVU9rm/CbhxRQU=
github.com/filecoin-project/venus-auth v1.6.0/go.mod h1:x/Cv3zz9z5O+/uqIKgYtk5UsL7nYu+CtiPjyVQ8Lywg=
github.com/filecoin-project/venus-auth v1.6.1-0.20220818060206-3313af6a9ba1/go.mod h1:eqjx1U5sJ/3bqqc3PDJutap9A1GAO4fXVt25J6Sm9Fk=
Expand Down