Skip to content

Commit

Permalink
go.mod change
Browse files Browse the repository at this point in the history
  • Loading branch information
tac0turtle committed Jun 19, 2019
1 parent c365084 commit 91829c5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions go.mod
Expand Up @@ -3,7 +3,7 @@ module github.com/cosmos/sdk-application-tutorial
go 1.12

require (
github.com/cosmos/cosmos-sdk v0.35.0
github.com/cosmos/cosmos-sdk v0.28.2-0.20190616100639-18415eedaf25
github.com/gorilla/mux v1.7.0
github.com/mattn/go-isatty v0.0.7 // indirect
github.com/prometheus/procfs v0.0.0-20190328153300-af7bedc223fb // indirect
Expand All @@ -19,5 +19,3 @@ require (
)

replace golang.org/x/crypto => github.com/tendermint/crypto v0.0.0-20180820045704-3764759f34a5

replace github.com/cosmos/cosmos-sdk => github.com/cosmos/cosmos-sdk v0.28.2-0.20190616100639-18415eedaf25

0 comments on commit 91829c5

Please sign in to comment.