Skip to content

Commit

Permalink
Merge pull request #151 from 0chain/fix/healthcheck
Browse files Browse the repository at this point in the history
Update gosdk to fix healthcheck
  • Loading branch information
cnlangzi authored Jul 1, 2022
2 parents c0bae3d + 1b4fc1c commit c9eccfc
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
@@ -1,7 +1,7 @@
module github.com/0chain/zwalletcli

require (
github.com/0chain/gosdk v1.8.5-0.20220621050346-46a06e095a63
github.com/0chain/gosdk v1.8.5-0.20220629004800-888ebaf69d5f
github.com/icza/bitio v1.1.0
github.com/olekukonko/tablewriter v0.0.5
github.com/spf13/cobra v1.4.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ github.com/0chain/gosdk v1.8.5-0.20220619050724-50af00ab41a8 h1:DUh4BsI601V4HhKi
github.com/0chain/gosdk v1.8.5-0.20220619050724-50af00ab41a8/go.mod h1:2paTmVrhhLCuhpXUbol9wLYbXl6RxcisrixIf45nFSA=
github.com/0chain/gosdk v1.8.5-0.20220621050346-46a06e095a63 h1:ZVe47jDteanYbm9R9+lX7RG5mzBrn0TRjKk33R9XGRU=
github.com/0chain/gosdk v1.8.5-0.20220621050346-46a06e095a63/go.mod h1:2paTmVrhhLCuhpXUbol9wLYbXl6RxcisrixIf45nFSA=
github.com/0chain/gosdk v1.8.5-0.20220629004800-888ebaf69d5f h1:6X1bGDDq4mFFvoDHuWIj/5OW8iQ3ClvpLFBM8ITSzfQ=
github.com/0chain/gosdk v1.8.5-0.20220629004800-888ebaf69d5f/go.mod h1:JeaXA7gbncHoYbKixUnM58+7S2E9z7IKYY+fV0IQJ/o=
github.com/Azure/azure-sdk-for-go/sdk/azcore v0.21.1/go.mod h1:fBF9PQNqB8scdgpZ3ufzaLntG0AG7C1WjPMsiFOmfHM=
github.com/Azure/azure-sdk-for-go/sdk/internal v0.8.3/go.mod h1:KLF4gFr6DcKFZwSuH8w8yEK6DpFl3LP5rhdvAb7Yz5I=
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v0.3.0/go.mod h1:tPaiy8S5bQ+S5sOiDlINkp7+Ef339+Nz5L5XO+cnOHo=
Expand Down

0 comments on commit c9eccfc

Please sign in to comment.