Skip to content

Commit

Permalink
Merge pull request #116 from onomyprotocol/dzmitryhil/security-patch
Browse files Browse the repository at this point in the history
Apply dragonberry patch
  • Loading branch information
cgdusek authored Oct 25, 2022
2 parents b522471 + dd40edc commit e995207
Showing 2 changed files with 139 additions and 20 deletions.
5 changes: 3 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ require (
github.com/spf13/cast v1.4.1
github.com/spf13/cobra v1.2.1
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.7.0
github.com/stretchr/testify v1.8.0
github.com/tendermint/starport v0.19.3
github.com/tendermint/tendermint v0.34.14
github.com/tendermint/tm-db v0.6.4
@@ -28,7 +28,8 @@ require (
)

replace (
github.com/cosmos/cosmos-sdk => github.com/onomyprotocol/onomy-sdk v0.44.6-0.20221017154530-c6a3b6728448
github.com/confio/ics23/go => github.com/cosmos/cosmos-sdk/ics23/go v0.8.0
github.com/cosmos/cosmos-sdk => github.com/onomyprotocol/onomy-sdk v0.44.6-0.20221025132246-dd3542f8606a
github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
github.com/keybase/go-keychain => github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4
google.golang.org/grpc => google.golang.org/grpc v1.33.2
Loading

0 comments on commit e995207

Please sign in to comment.