Skip to content

Commit

Permalink
chore: upgrade blobber version (#249)
Browse files Browse the repository at this point in the history
* bump blobber

Signed-off-by: Kush Trivedi <kushthedude@gmail.com>

* fix

Signed-off-by: Kush Trivedi <kushthedude@gmail.com>

* remove redundant mods

Signed-off-by: Kush Trivedi <kushthedude@gmail.com>
  • Loading branch information
kushthedude authored Sep 15, 2021
1 parent 4a895c5 commit 0145991
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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/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

0 comments on commit 0145991

Please sign in to comment.