Skip to content

Commit

Permalink
Merge pull request #208 from 0chain/gosdk-upgrade-v1.8.12
Browse files Browse the repository at this point in the history
Upgrade 0Chain GoSDK to v1.8.12
  • Loading branch information
cnlangzi committed Feb 2, 2023
2 parents 4f2248b + 49d7ec8 commit 3f79785
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.12-0.20230131130541-cb677df397bb
github.com/0chain/gosdk v1.8.12
github.com/ethereum/go-ethereum v1.10.25
github.com/icza/bitio v1.1.0
github.com/olekukonko/tablewriter v0.0.5
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ github.com/0chain/common v0.0.5 h1:E5JM9YjftfFrlMlrKKNuoWJLxmUMrNnm7ERslPbgJm4=
github.com/0chain/common v0.0.5/go.mod h1:OxV9kVgVzAPgGHHPcS/aUSL2ZxNvKDU6jPoggKMbqns=
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.8.12-0.20230131130541-cb677df397bb h1:KYCDrzpiLQfdLQU76Uqd2ExX5Hd3aQrS8fHtU2z2z7I=
github.com/0chain/gosdk v1.8.12-0.20230131130541-cb677df397bb/go.mod h1:tAJVrpK3Uz0+6V1s9juWOrK3jPkzcr/4APqSaZgSFes=
github.com/0chain/gosdk v1.8.12 h1:esUDZpFtcL3MGhHawwv3t9suGbt1tvt06PMKubek+wI=
github.com/0chain/gosdk v1.8.12/go.mod h1:tAJVrpK3Uz0+6V1s9juWOrK3jPkzcr/4APqSaZgSFes=
github.com/BurntSushi/toml v0.3.1 h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
Expand Down

0 comments on commit 3f79785

Please sign in to comment.