Skip to content

Commit

Permalink
feat: update ignite cli pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
mazzy89 committed Oct 31, 2023
1 parent 75c6396 commit 037b67e
Show file tree
Hide file tree
Showing 4 changed files with 2,844 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cmd/faucet/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package main
import (
"flag"

"github.com/tendermint/starport/starport/pkg/cosmosfaucet"
"github.com/ignite/cli/ignite/pkg/cosmosfaucet"

"github.com/tendermint/faucet/internal/environ"
)
Expand Down
8 changes: 4 additions & 4 deletions cmd/faucet/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ import (

log "github.com/sirupsen/logrus"

"github.com/tendermint/starport/starport/pkg/chaincmd"
chaincmdrunner "github.com/tendermint/starport/starport/pkg/chaincmd/runner"
"github.com/tendermint/starport/starport/pkg/cosmosfaucet"
"github.com/tendermint/starport/starport/pkg/cosmosver"
"github.com/ignite/cli/ignite/pkg/chaincmd"
chaincmdrunner "github.com/ignite/cli/ignite/pkg/chaincmd/runner"
"github.com/ignite/cli/ignite/pkg/cosmosfaucet"
"github.com/ignite/cli/ignite/pkg/cosmosver"
)

func main() {
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/tendermint/faucet
go 1.16

require (
github.com/sirupsen/logrus v1.8.1
github.com/tendermint/starport v0.19.5
github.com/ignite/cli v0.27.1
github.com/sirupsen/logrus v1.9.2
)

replace github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
Loading

0 comments on commit 037b67e

Please sign in to comment.