Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
update dependency of irishub to v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kaifei committed Jan 10, 2020
1 parent 6baa728 commit 537ccb8
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 70 deletions.
13 changes: 7 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
module github.com/irisnet/sdk-go

require (
github.com/binance-chain/go-sdk v1.0.9 // indirect
github.com/irisnet/irishub v0.15.0
github.com/irisnet/irishub v0.16.0
github.com/moul/http2curl v1.0.0 // indirect
github.com/parnurzeal/gorequest v0.2.15
github.com/pkg/errors v0.8.0
github.com/stretchr/testify v1.2.2
github.com/pkg/errors v0.8.1
github.com/stretchr/testify v1.3.0
github.com/tendermint/go-amino v0.14.1
github.com/tendermint/tendermint v0.31.2-rc0
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
Expand All @@ -15,7 +14,9 @@ require (
)

replace (
github.com/tendermint/iavl => github.com/irisnet/iavl v0.12.2
github.com/tendermint/tendermint => github.com/irisnet/tendermint v0.31.0
github.com/tendermint/iavl => github.com/irisnet/iavl v0.12.3
github.com/tendermint/tendermint => github.com/irisnet/tendermint v0.32.1
golang.org/x/crypto => github.com/tendermint/crypto v0.0.0-20180820045704-3764759f34a5
)

go 1.13
Loading

0 comments on commit 537ccb8

Please sign in to comment.