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

Commit fd035dd

Browse files
committed
update replace
1 parent 2b42a69 commit fd035dd

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ require (
4141
github.com/beorn7/perks v1.0.1 // indirect
4242
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
4343
github.com/bgentry/speakeasy v0.1.1-0.20220910012023-760eaf8b6816 // indirect
44-
github.com/btcsuite/btcd/btcec/v2 v2.3.2 // indirect
4544
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f // indirect
4645
github.com/bufbuild/connect-go v1.0.0 // indirect
4746
github.com/bufbuild/protocompile v0.8.0 // indirect
@@ -217,6 +216,7 @@ require (
217216
github.com/CosmWasm/wasmvm v1.5.2
218217
github.com/Stride-Labs/stride/v16 v16.0.0
219218
github.com/btcsuite/btcd v0.24.1-0.20240318151728-2fc99e0496d2
219+
github.com/btcsuite/btcd/btcec/v2 v2.3.2
220220
github.com/btcsuite/btcd/btcutil v1.1.5
221221
github.com/btcsuite/btcd/btcutil/psbt v1.1.9
222222
github.com/btcsuite/btcd/chaincfg/chainhash v1.1.0
@@ -234,8 +234,8 @@ require (
234234
)
235235

236236
replace (
237-
// github.com/cosmos/cosmos-sdk => github.com/sideprotocol/cosmos-sdk v0.47.116
238-
github.com/cosmos/cosmos-sdk => ../cosmos-sdk
237+
github.com/cosmos/cosmos-sdk => github.com/sideprotocol/cosmos-sdk v0.47.11-bc1
238+
// github.com/cosmos/cosmos-sdk => ../cosmos-sdk
239239
github.com/cosmos/interchain-security/v3 => github.com/Stride-Labs/interchain-security/v3 v3.1.0-remove-validation-bug-7d3d9d
240240
github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
241241
github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -977,6 +977,8 @@ github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529/go.mod h1:DxrIzT+xaE7yg
977977
github.com/shopspring/decimal v1.3.1 h1:2Usl1nmF/WZucqkFZhnfFYxxxu8LG21F6nPQBE5gKV8=
978978
github.com/shopspring/decimal v1.3.1/go.mod h1:DKyhrW/HYNuLGql+MJL6WCR6knT2jwCFRcu2hWCYk4o=
979979
github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc=
980+
github.com/sideprotocol/cosmos-sdk v0.47.11-bc1 h1:+tMOIB6pOm/5eU86mIoxqkpgyyNjh3Q2LWExOPJLuws=
981+
github.com/sideprotocol/cosmos-sdk v0.47.11-bc1/go.mod h1:lZq3Vdy3Mph8+unX5Afbmf1hsvj9FaYGMLEdCGjOY6g=
980982
github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo=
981983
github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE=
982984
github.com/sirupsen/logrus v1.6.0/go.mod h1:7uNnSEd1DgxDLC74fIahvMZmmYsHGZGEOFrfsX/uA88=

0 commit comments

Comments
 (0)