We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bce190c commit 9cf3193Copy full SHA for 9cf3193
go.mod
@@ -3,9 +3,8 @@ module github.com/tendermint/faucet
3
go 1.16
4
5
require (
6
- github.com/allinbits/cosmos-faucet v0.0.0-20210308195434-704a696360b0
7
github.com/sirupsen/logrus v1.8.0
8
- github.com/tendermint/starport v0.15.0
+ github.com/tendermint/starport v0.16.1
9
)
10
11
replace github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.2-alpha.regen.4
0 commit comments