Skip to content

Commit

Permalink
Merge pull request #328 from 0chain/fix/download-issue
Browse files Browse the repository at this point in the history
Upgrade gosdk to specific commit
  • Loading branch information
Kishan-Dhakan committed Nov 21, 2022
2 parents cbb30c5 + 529eaa2 commit 8b23668
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
Expand Up @@ -4,7 +4,7 @@ go 1.18

require (
github.com/0chain/errors v1.0.3
github.com/0chain/gosdk v1.8.11-0.20221121120020-7a5bafe73ada
github.com/0chain/gosdk v1.8.11-0.20221121192822-49dd90d47f7d
github.com/icza/bitio v1.1.0
github.com/olekukonko/tablewriter v0.0.5
github.com/spf13/cobra 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 @@ -38,8 +38,8 @@ cloud.google.com/go/storage v1.14.0/go.mod h1:GrKmX003DSIwi9o29oFT7YDnHYwZoctc3f
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU=
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.11-0.20221121120020-7a5bafe73ada h1:if9IAUCXK9L7TugP+zSdWsIs7+963ujTIPSvwK7f8p0=
github.com/0chain/gosdk v1.8.11-0.20221121120020-7a5bafe73ada/go.mod h1:sxM3NRQLwMWAzXKsKThR03lxHq03rtIMRODM/fdsZ3E=
github.com/0chain/gosdk v1.8.11-0.20221121192822-49dd90d47f7d h1:M/F36uMNaymknZZ3yiZoSuFqhxMbXiBLsVSdDQOGqo4=
github.com/0chain/gosdk v1.8.11-0.20221121192822-49dd90d47f7d/go.mod h1:sxM3NRQLwMWAzXKsKThR03lxHq03rtIMRODM/fdsZ3E=
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=
github.com/VictoriaMetrics/fastcache v1.6.0 h1:C/3Oi3EiBCqufydp1neRZkqcwmEiuRT9c3fqvvgKm5o=
Expand Down

0 comments on commit 8b23668

Please sign in to comment.