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

fix(list): throw error if allocation is invalid #310

Merged
merged 13 commits into from
Oct 26, 2022
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.10-0.20221021095641-07549e2832f1
github.com/0chain/gosdk v1.8.10-0.20221026002259-3358833aa4eb
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.10-0.20221021095641-07549e2832f1 h1:8r2svFMZPfqImHImWUvHyarGX9IcPYP6yflMJb+hUR8=
github.com/0chain/gosdk v1.8.10-0.20221021095641-07549e2832f1/go.mod h1:cjNIGk4iJNc7EJhXDNX1Jeg6MVUEPYbJwr96PSg4t1A=
github.com/0chain/gosdk v1.8.10-0.20221026002259-3358833aa4eb h1:R+0/2HgV9SLZ+6sHZBs7jrA1d+oCtljFRtyqIaLwpHE=
github.com/0chain/gosdk v1.8.10-0.20221026002259-3358833aa4eb/go.mod h1:cjNIGk4iJNc7EJhXDNX1Jeg6MVUEPYbJwr96PSg4t1A=
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