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(deps): bump github.com/zondax/rosetta-filecoin-lib from 1.2800.0-rc4 to 1.2800.0-rc5 #215

Closed
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
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/filecoin-project/go-address v1.1.0
github.com/filecoin-project/go-bitfield v0.2.4
github.com/filecoin-project/go-state-types v0.14.0-rc5
github.com/filecoin-project/lotus v1.28.0-rc4
github.com/filecoin-project/lotus v1.28.0-rc5
github.com/filecoin-project/specs-actors v0.9.15
github.com/filecoin-project/specs-actors/v8 v8.0.1
github.com/google/uuid v1.6.0
Expand All @@ -20,7 +20,7 @@ require (
github.com/stretchr/testify v1.9.0
github.com/whyrusleeping/cbor-gen v0.1.2
github.com/zondax/golem v0.14.1
github.com/zondax/rosetta-filecoin-lib v1.2800.0-rc4
github.com/zondax/rosetta-filecoin-lib v1.2800.0-rc5
github.com/zondax/znats v0.1.1
go.uber.org/zap v1.27.0
gorm.io/gorm v1.25.11
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ github.com/filecoin-project/go-state-types v0.1.0/go.mod h1:ezYnPf0bNkTsDibL/psS
github.com/filecoin-project/go-state-types v0.1.6/go.mod h1:UwGVoMsULoCK+bWjEdd/xLCvLAQFBC7EDT477SKml+Q=
github.com/filecoin-project/go-state-types v0.14.0-rc5 h1:c8jo2mRx02u8smiCZsSDt1dsOGSu4gwfvHRqSKAl8Lc=
github.com/filecoin-project/go-state-types v0.14.0-rc5/go.mod h1:cHpOPup9H1g2T29dKHAjC2sc7/Ef5ypjuW9A3I+e9yY=
github.com/filecoin-project/lotus v1.28.0-rc4 h1:2/iZFUrkIOv9dzqzWXsrMVWNJAwkuMNvIg0mbrU6rP4=
github.com/filecoin-project/lotus v1.28.0-rc4/go.mod h1:VnrjAa0NAciJNwhTwOklGXoIP4sRndS892uPe+eT/qk=
github.com/filecoin-project/lotus v1.28.0-rc5 h1:iYHriH32tyLixBIBaGb/UcpyacQbUCWnn5wGlMhPg9w=
github.com/filecoin-project/lotus v1.28.0-rc5/go.mod h1:VnrjAa0NAciJNwhTwOklGXoIP4sRndS892uPe+eT/qk=
github.com/filecoin-project/specs-actors v0.9.13/go.mod h1:TS1AW/7LbG+615j4NsjMK1qlpAwaFsG9w0V2tg2gSao=
github.com/filecoin-project/specs-actors v0.9.15-0.20220514164640-94e0d5e123bd/go.mod h1:pjGEe3QlWtK20ju/aFRsiArbMX6Cn8rqEhhsiCM9xYE=
github.com/filecoin-project/specs-actors v0.9.15 h1:3VpKP5/KaDUHQKAMOg4s35g/syDaEBueKLws0vbsjMc=
Expand Down Expand Up @@ -801,8 +801,8 @@ github.com/yuin/gopher-lua v1.1.0 h1:BojcDhfyDWgU2f2TOzYK/g5p2gxMrku8oupLDqlnSqE
github.com/yuin/gopher-lua v1.1.0/go.mod h1:GBR0iDaNXjAgGg9zfCvksxSRnQx76gclCIb7kdAd1Pw=
github.com/zondax/golem v0.14.1 h1:sf9VYW8b1nurqu1yf9t3PSUci76kP4lzWzywouQSVus=
github.com/zondax/golem v0.14.1/go.mod h1:AiO0Z8m7D8tuWg1ZmnRjN9T0xbTgSL5t3Z2/IC/wCLU=
github.com/zondax/rosetta-filecoin-lib v1.2800.0-rc4 h1:vVSnucdl1DnDSpWDYHxVu0vaZdXvLCYnK8XV+nB7jAw=
github.com/zondax/rosetta-filecoin-lib v1.2800.0-rc4/go.mod h1:2NKWYNIYKKpW+JIa/BHohia9uZYRsDKpQXwdhsbwosI=
github.com/zondax/rosetta-filecoin-lib v1.2800.0-rc5 h1:9Bxdkn1dSDycf1XUSJTLN7HhakKIQjclFxTqqbDnfZs=
github.com/zondax/rosetta-filecoin-lib v1.2800.0-rc5/go.mod h1:kcgBePBrf2G4zRbz0Ck4OD6u95ChkytmT2n60yrLexk=
github.com/zondax/znats v0.1.1 h1:dRY5d2BxK1XY2HNm2105pTLjaLUEw2BUxBuQKRSHE8s=
github.com/zondax/znats v0.1.1/go.mod h1:19u0HlQuURVRkDq2Y+peWKc4OoustFNqWpJVhzCOCm4=
go.opencensus.io v0.24.0 h1:y73uSU6J157QMP2kn2r30vwW1A2W2WFwSCGnAVxeaD0=
Expand Down
Loading