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

refactor: copy/move/rename #303

Merged
merged 7 commits into from
Sep 30, 2022
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.9-0.20220920134710-69c5c99f445a
github.com/0chain/gosdk v1.8.9-0.20220929063846-9c9e723fc4f6
github.com/icza/bitio v1.1.0
github.com/olekukonko/tablewriter v0.0.5
github.com/spf13/cobra v1.5.0
Expand Down
6 changes: 2 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +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.9-0.20220917032231-58dcb0e11d71 h1:KiEQL9DOWchD8u3wUaceJ2b204+Qz1F5f8uIvvPfEc4=
github.com/0chain/gosdk v1.8.9-0.20220917032231-58dcb0e11d71/go.mod h1:pz+GbjQaMehirDgcUnFBUl0i9RxU79bdaKlqp5FWw70=
github.com/0chain/gosdk v1.8.9-0.20220920134710-69c5c99f445a h1:Hie6PBgwHBXgcxDU6d1/dvBk7hVN22EjV0a5MGyhX3s=
github.com/0chain/gosdk v1.8.9-0.20220920134710-69c5c99f445a/go.mod h1:pz+GbjQaMehirDgcUnFBUl0i9RxU79bdaKlqp5FWw70=
github.com/0chain/gosdk v1.8.9-0.20220929063846-9c9e723fc4f6 h1:IEAhm6NkbPww0h1VSheldwSDtVBm0KYHEclwZhAf0Do=
github.com/0chain/gosdk v1.8.9-0.20220929063846-9c9e723fc4f6/go.mod h1:74ICmmW3mprJWhCPemYIJrw/jNO8pza2HHk5aw+EzN0=
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