Skip to content

Commit

Permalink
go: update multichain
Browse files Browse the repository at this point in the history
  • Loading branch information
jazg committed Sep 10, 2020
1 parent 9bf988d commit dd7ae43
Show file tree
Hide file tree
Showing 3 changed files with 132 additions and 14 deletions.
13 changes: 9 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ module github.com/renproject/lightnode
go 1.13

require (
github.com/AndreasBriese/bbloom v0.0.0-20190825152654-46b345b51c96 // indirect
github.com/allegro/bigcache v1.2.1 // indirect
github.com/aristanetworks/goarista v0.0.0-20200310212843-2da4c1f5881b // indirect
github.com/certifi/gocertifi v0.0.0-20190905060710-a5e0173ced67 // indirect
Expand All @@ -25,16 +24,22 @@ require (
github.com/onsi/gomega v1.10.1
github.com/prometheus/tsdb v0.10.0 // indirect
github.com/renproject/aw v0.4.0-9
github.com/renproject/darknode v0.5.3-0.20200908055919-bc14e46243fe
github.com/renproject/darknode v0.5.3-0.20200910012147-dc7fa7c734b8
github.com/renproject/id v0.4.2
github.com/renproject/kv v1.1.2
github.com/renproject/multichain v0.2.5
github.com/renproject/multichain v0.2.7
github.com/renproject/pack v0.2.3
github.com/renproject/phi v0.1.0
github.com/rjeczalik/notify v0.9.2 // indirect
github.com/sirupsen/logrus v1.6.0
github.com/status-im/keycard-go v0.0.0-20200107115650-f38e9a19958e // indirect
github.com/tyler-smith/go-bip39 v1.0.2 // indirect
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
)

replace github.com/cosmos/ledger-cosmos-go => github.com/terra-project/ledger-terra-go v0.11.1-terra

replace github.com/CosmWasm/go-cosmwasm => github.com/terra-project/go-cosmwasm v0.10.1-terra

replace github.com/keybase/go-keychain => github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4
Loading

0 comments on commit dd7ae43

Please sign in to comment.