Skip to content

Commit

Permalink
Update gosdk to add state_changes_count to block
Browse files Browse the repository at this point in the history
  • Loading branch information
peterlimg committed Mar 28, 2022
1 parent 7d324e4 commit f00ba63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.17

require (
github.com/0chain/errors v1.0.3
github.com/0chain/gosdk v1.7.7-0.20220327150633-14b98959d44e
github.com/0chain/gosdk v1.7.7-0.20220328003311-5ec0e4e9f010
github.com/icza/bitio v1.1.0
github.com/olekukonko/tablewriter v0.0.5
github.com/spf13/cobra v1.1.1
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ github.com/0chain/errors v1.0.3 h1:QQZPFxTfnMcRdt32DXbzRQIfGWmBsKoEdszKQDb0rRM=
github.com/0chain/errors v1.0.3/go.mod h1:xymD6nVgrbgttWwkpSCfLLEJbFO6iHGQwk/yeSuYkIc=
github.com/0chain/gosdk v1.7.7-0.20220327150633-14b98959d44e h1:PjW3GPH24HF6ngEcSFfljvoV5tWXZqW7EGpldgklBic=
github.com/0chain/gosdk v1.7.7-0.20220327150633-14b98959d44e/go.mod h1:Cch/iwYKdBMnwcsFm2x9hG4CLYTVChCRFqA1TKRmRXU=
github.com/0chain/gosdk v1.7.7-0.20220328003311-5ec0e4e9f010 h1:ao+O8KtNY+IIZUM/qNDvG3vEKlTGSWNhQWPY2OyZwMI=
github.com/0chain/gosdk v1.7.7-0.20220328003311-5ec0e4e9f010/go.mod h1:Cch/iwYKdBMnwcsFm2x9hG4CLYTVChCRFqA1TKRmRXU=
github.com/Azure/azure-pipeline-go v0.2.1/go.mod h1:UGSo8XybXnIGZ3epmeBw7Jdz+HiUVpqIlpz/HKHylF4=
github.com/Azure/azure-pipeline-go v0.2.2/go.mod h1:4rQ/NZncSvGqNkkOsNpOU1tgoNuIlp9AfUH5G1tvCHc=
github.com/Azure/azure-storage-blob-go v0.7.0/go.mod h1:f9YQKtsG1nMisotuTPpO0tjNuEjKRYAcJU8/ydDI++4=
Expand Down

0 comments on commit f00ba63

Please sign in to comment.