Skip to content

Commit

Permalink
updated em-ledger to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MonikaCat committed Mar 20, 2023
1 parent ebd2a0d commit 3000ccd
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 29 deletions.
14 changes: 6 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/forbole/bdjuno/v3
go 1.18

require (
github.com/cosmos/cosmos-sdk v0.42.10
github.com/e-money/em-ledger v1.1.4 //emoney mod version with public inflation type
github.com/cosmos/cosmos-sdk v0.42.11
github.com/e-money/em-ledger v1.2.0 //emoney mod version with public inflation type
github.com/forbole/juno/v3 v3.3.0-stargate
github.com/go-co-op/gocron v1.15.1
github.com/gogo/protobuf v1.3.3
Expand All @@ -29,12 +29,13 @@ require (
github.com/armon/go-metrics v0.3.10 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/bgentry/speakeasy v0.1.0 // indirect
github.com/btcsuite/btcd v0.21.0-beta // indirect
github.com/btcsuite/btcd v0.22.0-beta // indirect
github.com/cespare/xxhash v1.1.0 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/confio/ics23/go v0.6.6 // indirect
github.com/cosmos/btcutil v1.0.4 // indirect
github.com/cosmos/go-bip39 v1.0.0 // indirect
github.com/cosmos/iavl v0.17.1 // indirect
github.com/cosmos/iavl v0.17.3 // indirect
github.com/cosmos/ledger-cosmos-go v0.11.1 // indirect
github.com/cosmos/ledger-go v0.9.2 // indirect
github.com/danieljoos/wincred v1.0.2 // indirect
Expand All @@ -44,7 +45,6 @@ require (
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
github.com/dustin/go-humanize v1.0.0 // indirect
github.com/dvsekhvalnov/jose2go v0.0.0-20200901110807-248326c1351b // indirect
github.com/enigmampc/btcutil v1.0.3-0.20200723161021-e2fb6adb2a25 // indirect
github.com/felixge/httpsnoop v1.0.1 // indirect
github.com/fsnotify/fsnotify v1.5.1 // indirect
github.com/go-kit/kit v0.10.0 // indirect
Expand All @@ -71,7 +71,6 @@ require (
github.com/jmhodges/levigo v1.0.0 // indirect
github.com/keybase/go-keychain v0.0.0-20190712205309-48d3d31d256d // indirect
github.com/klauspost/compress v1.13.6 // indirect
github.com/kr/pretty v0.2.0 // indirect
github.com/libp2p/go-buffer-pool v0.0.2 // indirect
github.com/magiconair/properties v1.8.5 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
Expand Down Expand Up @@ -121,9 +120,8 @@ require (
)

replace (
github.com/e-money/em-ledger => github.com/forbole/em-ledger v1.1.4-0.20211006071704-dfa38235c2de
github.com/e-money/em-ledger => github.com/MonikaCat/em-ledger v1.2.1-0.20230320033844-f3b18cf62e37
github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
github.com/tendermint/tendermint => github.com/forbole/tendermint v0.34.13-0.20210820072129-a2a4af55563d
google.golang.org/grpc => google.golang.org/grpc v1.33.2

)
Loading

0 comments on commit 3000ccd

Please sign in to comment.