Skip to content

Commit c609f7d

Browse files
committed
fix get proof
1 parent 596cefb commit c609f7d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ require (
9999
)
100100

101101
require (
102-
github.com/0chain/common v1.13.1-0.20241001175315-40440b0c9713
102+
github.com/0chain/common v1.13.1-0.20241001185522-0b1ed4df5613
103103
github.com/Luzifer/go-openssl/v3 v3.1.0 // indirect
104104
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
105105
github.com/btcsuite/btcd v0.23.4 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ cloud.google.com/go/storage v1.8.0/go.mod h1:Wv1Oy7z6Yz3DshWRJFhqM/UCfaWIRTdp0RX
3636
cloud.google.com/go/storage v1.10.0/go.mod h1:FLPqc6j+Ki4BU591ie1oL6qBQGu2Bl/tZ9ullr3+Kg0=
3737
cloud.google.com/go/storage v1.14.0/go.mod h1:GrKmX003DSIwi9o29oFT7YDnHYwZoctc3fOKtUw0Xmo=
3838
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU=
39-
github.com/0chain/common v1.13.1-0.20241001175315-40440b0c9713 h1:Syx2RVTEQYC94TRVRqrnb6mrqdXzgG9ipexLKyGs/0w=
40-
github.com/0chain/common v1.13.1-0.20241001175315-40440b0c9713/go.mod h1:vHK9Q0/nz28PxmKsLSMLzEs5iK6QVgl1LxdDQdR7y6s=
39+
github.com/0chain/common v1.13.1-0.20241001185522-0b1ed4df5613 h1:LUiQDX4+U29oAmNMahhKsmn+VOsvLvimy94sZLIt7Vs=
40+
github.com/0chain/common v1.13.1-0.20241001185522-0b1ed4df5613/go.mod h1:vHK9Q0/nz28PxmKsLSMLzEs5iK6QVgl1LxdDQdR7y6s=
4141
github.com/0chain/errors v1.0.3 h1:QQZPFxTfnMcRdt32DXbzRQIfGWmBsKoEdszKQDb0rRM=
4242
github.com/0chain/errors v1.0.3/go.mod h1:xymD6nVgrbgttWwkpSCfLLEJbFO6iHGQwk/yeSuYkIc=
4343
github.com/0chain/gosdk v1.17.0-RC6 h1:NB4pfu0VbVWfQQEfnFqn5inaiQuyhSaUW7VwgH3LW8U=

0 commit comments

Comments
 (0)