Skip to content
This repository was archived by the owner on Mar 19, 2025. It is now read-only.

Commit abc51da

Browse files
committed
chore: address parse issue fix
1 parent edb2f5c commit abc51da

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ require (
226226
)
227227

228228
replace (
229-
github.com/cosmos/cosmos-sdk => github.com/sideprotocol/cosmos-sdk v0.47.110
229+
github.com/cosmos/cosmos-sdk => github.com/sideprotocol/cosmos-sdk v0.47.111
230230
// github.com/cosmos/cosmos-sdk => ../cosmos-sdk
231231
github.com/cosmos/interchain-security/v3 => github.com/Stride-Labs/interchain-security/v3 v3.1.0-remove-validation-bug-7d3d9d
232232
github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -952,8 +952,8 @@ github.com/sasha-s/go-deadlock v0.3.1 h1:sqv7fDNShgjcaxkO0JNcOAlr8B9+cV5Ey/OB71e
952952
github.com/sasha-s/go-deadlock v0.3.1/go.mod h1:F73l+cr82YSh10GxyRI6qZiCgK64VaZjwesgfQ1/iLM=
953953
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529/go.mod h1:DxrIzT+xaE7yg65j358z/aeFdxmN0P9QXhEzd20vsDc=
954954
github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc=
955-
github.com/sideprotocol/cosmos-sdk v0.47.110 h1:1nCjIx822m5IjYlSo4zNrsAi2CkmMgb2ESr2sbFW010=
956-
github.com/sideprotocol/cosmos-sdk v0.47.110/go.mod h1:F3+fgTq4W3kYIw+ETBaKaXi/t3eUPVKCDvKYqcei5WQ=
955+
github.com/sideprotocol/cosmos-sdk v0.47.111 h1:BaNMkp918+nAhxDP37+slIGEJlJiRxAJFAiciPgwi9I=
956+
github.com/sideprotocol/cosmos-sdk v0.47.111/go.mod h1:F3+fgTq4W3kYIw+ETBaKaXi/t3eUPVKCDvKYqcei5WQ=
957957
github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo=
958958
github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE=
959959
github.com/sirupsen/logrus v1.6.0/go.mod h1:7uNnSEd1DgxDLC74fIahvMZmmYsHGZGEOFrfsX/uA88=

0 commit comments

Comments
 (0)