Skip to content

Commit

Permalink
chore: address parse issue fix
Browse files Browse the repository at this point in the history
  • Loading branch information
soring323 committed Mar 21, 2024
1 parent edb2f5c commit abc51da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ require (
)

replace (
github.com/cosmos/cosmos-sdk => github.com/sideprotocol/cosmos-sdk v0.47.110
github.com/cosmos/cosmos-sdk => github.com/sideprotocol/cosmos-sdk v0.47.111
// github.com/cosmos/cosmos-sdk => ../cosmos-sdk
github.com/cosmos/interchain-security/v3 => github.com/Stride-Labs/interchain-security/v3 v3.1.0-remove-validation-bug-7d3d9d
github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -952,8 +952,8 @@ github.com/sasha-s/go-deadlock v0.3.1 h1:sqv7fDNShgjcaxkO0JNcOAlr8B9+cV5Ey/OB71e
github.com/sasha-s/go-deadlock v0.3.1/go.mod h1:F73l+cr82YSh10GxyRI6qZiCgK64VaZjwesgfQ1/iLM=
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529/go.mod h1:DxrIzT+xaE7yg65j358z/aeFdxmN0P9QXhEzd20vsDc=
github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc=
github.com/sideprotocol/cosmos-sdk v0.47.110 h1:1nCjIx822m5IjYlSo4zNrsAi2CkmMgb2ESr2sbFW010=
github.com/sideprotocol/cosmos-sdk v0.47.110/go.mod h1:F3+fgTq4W3kYIw+ETBaKaXi/t3eUPVKCDvKYqcei5WQ=
github.com/sideprotocol/cosmos-sdk v0.47.111 h1:BaNMkp918+nAhxDP37+slIGEJlJiRxAJFAiciPgwi9I=
github.com/sideprotocol/cosmos-sdk v0.47.111/go.mod h1:F3+fgTq4W3kYIw+ETBaKaXi/t3eUPVKCDvKYqcei5WQ=
github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo=
github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE=
github.com/sirupsen/logrus v1.6.0/go.mod h1:7uNnSEd1DgxDLC74fIahvMZmmYsHGZGEOFrfsX/uA88=
Expand Down

0 comments on commit abc51da

Please sign in to comment.