Skip to content

Commit

Permalink
Upgrading to latest faucet
Browse files Browse the repository at this point in the history
  • Loading branch information
njmurarka committed Mar 15, 2020
1 parent e3d1a74 commit 4c65aa9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.13

require (
github.com/cosmos/cosmos-sdk v0.38.1
github.com/cosmos/modules/incubator/faucet v0.0.0-20200305101902-47c39933dbb5
github.com/cosmos/modules/incubator/faucet v0.0.0-20200315124306-c86f71ae76a0
github.com/golang/mock v1.4.0
github.com/gorilla/mux v1.7.4
github.com/magiconair/properties v1.8.1
Expand Down
3 changes: 3 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,11 @@ github.com/cosmos/ledger-cosmos-go v0.11.1 h1:9JIYsGnXP613pb2vPjFeMMjBI5lEDsEaF6
github.com/cosmos/ledger-cosmos-go v0.11.1/go.mod h1:J8//BsAGTo3OC/vDLjMRFLW6q0WAaXvHnVc7ZmE8iUY=
github.com/cosmos/ledger-go v0.9.2 h1:Nnao/dLwaVTk1Q5U9THldpUMMXU94BOTWPddSmVB6pI=
github.com/cosmos/ledger-go v0.9.2/go.mod h1:oZJ2hHAZROdlHiwTg4t7kP+GKIIkBT+o6c9QWFanOyI=
github.com/cosmos/modules v0.0.0-20200315124306-c86f71ae76a0 h1:pdDj9ugL4yA7Cw6D+hKiUCHBqRplBp44xgLxWn0HGQ0=
github.com/cosmos/modules/incubator/faucet v0.0.0-20200305101902-47c39933dbb5 h1:L8cdyH39UuctB75OMsJTg8s8lZNBzOQM07t7XfTbhRI=
github.com/cosmos/modules/incubator/faucet v0.0.0-20200305101902-47c39933dbb5/go.mod h1:d3YXBZuK1RTAJhXS85CIg0sNrjlkQS+9bjIr02I9Mjk=
github.com/cosmos/modules/incubator/faucet v0.0.0-20200315124306-c86f71ae76a0 h1:Yauu2zJlRtX75EIh/Qi7G0u3rTrYXo2dZVTc+Ufu7GU=
github.com/cosmos/modules/incubator/faucet v0.0.0-20200315124306-c86f71ae76a0/go.mod h1:d3YXBZuK1RTAJhXS85CIg0sNrjlkQS+9bjIr02I9Mjk=
github.com/cpuguy83/go-md2man v1.0.10/go.mod h1:SmD6nW6nTyfqj6ABTjUi3V3JVMnlJmwcJI5acqYI6dE=
github.com/danieljoos/wincred v1.0.2 h1:zf4bhty2iLuwgjgpraD2E9UbvO+fe54XXGJbOwe23fU=
github.com/danieljoos/wincred v1.0.2/go.mod h1:SnuYRW9lp1oJrZX/dXJqr0cPK5gYXqx3EJbmjhLdK9U=
Expand Down

0 comments on commit 4c65aa9

Please sign in to comment.