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

chore: upgrade blobber version #249

Merged
merged 3 commits into from
Sep 15, 2021
Merged
Show file tree
Hide file tree
Changes from all 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
@@ -1,7 +1,7 @@
module github.com/0chain/gosdk

require (
github.com/0chain/blobber v0.3.3-0.20210903180155-d23ac87b8414
github.com/0chain/blobber v0.3.3-0.20210915144430-f966b39d52a0
github.com/0chain/errors v1.0.2
github.com/ethereum/go-ethereum v1.10.3
github.com/h2non/filetype v1.0.9
Expand Down
6 changes: 2 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,8 @@ cloud.google.com/go/storage v1.8.0/go.mod h1:Wv1Oy7z6Yz3DshWRJFhqM/UCfaWIRTdp0RX
cloud.google.com/go/storage v1.10.0/go.mod h1:FLPqc6j+Ki4BU591ie1oL6qBQGu2Bl/tZ9ullr3+Kg0=
collectd.org v0.3.0/go.mod h1:A/8DzQBkF6abtvrT2j/AU/4tiBgJWYyh0y/oB/4MlWE=
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU=
github.com/0chain/blobber v0.3.3-0.20210723062022-d4f7eb725c38 h1:oeV2AUaAhTmbJhapoHo3pDRaMpOcNmE6xwmBAD1QTgs=
github.com/0chain/blobber v0.3.3-0.20210723062022-d4f7eb725c38/go.mod h1:wPsls4YV4+nOpwoRlk4MlPb6hXFYO8YDtXFDY/EKmX8=
github.com/0chain/blobber v0.3.3-0.20210903180155-d23ac87b8414 h1:E5apcdi1jkM1ht8fIsqwsQkZl52dOqU841WaJ7OVgVg=
github.com/0chain/blobber v0.3.3-0.20210903180155-d23ac87b8414/go.mod h1:ylDmB3aJ3n1jy9AwyTFy9AGgNb8HSVJGUw/7VLXXUHo=
github.com/0chain/blobber v0.3.3-0.20210915144430-f966b39d52a0 h1:g1cySPPVEJ7E+Z6nOVYLZzrO1ybL67mvGy0fnkDZuIQ=
github.com/0chain/blobber v0.3.3-0.20210915144430-f966b39d52a0/go.mod h1:ylDmB3aJ3n1jy9AwyTFy9AGgNb8HSVJGUw/7VLXXUHo=
github.com/0chain/errors v1.0.2 h1:IIUMeh/qFlqDcyHesjU92CpRMVz9dIQWAtZooqrYinA=
github.com/0chain/errors v1.0.2/go.mod h1:5t76jLb56TKfg/K2VD+eUMmNZJ42QsIRI8KzWuztwU4=
github.com/0chain/gosdk v1.2.68-0.20210701180605-719eb403820c/go.mod h1:EntD+g2xA5SLUAm6JABMhkYAlTOmp0XhSnf/5xfwnV4=
Expand Down