Skip to content

Commit

Permalink
chore: update deps (ignite#3241)
Browse files Browse the repository at this point in the history
* vuln and math

* go-git

* go-yaml

* mockery + regen

* grpc

* chore(docs): docs v0.25.2 (latest) and nightly (ignite#3206)

* chore(docs): docs v0.25.2 (latest) and nightly

* chore: add versionning documentation

* chore(ci): generate docs on new release

Co-authored-by: Alex Johnson <[email protected]>

* docs: "Hello, World!" tutorial rewrite (ignite#3218)

* Getting started

* fix: dir name

* proto in cosmos sdk

* query wip

* finish the hello tutorial

* added a paragraph about default module

* chore: apply mdgofmt on docs

Had to re-apply the fixes I did on the docs to the `versioned_docs`
version.

Co-authored-by: Thomas Bruyelle <[email protected]>

* docs: fix path in hello tutorial (ignite#3226)

* docs: fix path in hello tutorial

* formatting

* refactor(`config`):  organization (ignite#3202)

* base

* base refactor

* refactor

* rename

* rename

* fix comment

* rename file

* format

* refactor base

* format

* refactor some imports

* imports refactor

* fix

* fix import

* refactor:

* changelog

* changelog

* Update ignite/services/network/networkchain/init.go

Co-authored-by: Jerónimo Albi <[email protected]>

* base -> baseconfig

* refactoring for clarity

* v12 -> v1

* fix tests

* fix integration

* fix name

* fix integration

* format

* Update ignite/cmd/cmd.go

Co-authored-by: Jerónimo Albi <[email protected]>

* imports

* LocateDefault logic

* lint fix

* refactor and test

* finish refactor

* revert

* move

* move

* rename

* fix tests

* fix test

* fix error statement for global plugins

* typo

* chainconfig

* imports

* fix imports

* address review

* testdata

* better import

* fix test

* fix

Co-authored-by: Jerónimo Albi <[email protected]>

* feat(CI): add codecov coverage (ignite#3220)

* add codecov coverage

* create a new script file for the coverage test and put the coverage file into the .gitignore

Co-authored-by: Alex Johnson <[email protected]>

* feat(plugin): support plugin path with hash (ignite#3217)

* feat(plugin): support plugin path with hash

Move the clone logic to xgit.Clone so it can be used for instance in the
`network chain publish` command. In the future it could also support
private repos.

* improve code format

* remove useless TODO

Co-authored-by: Alex Johnson <[email protected]>

* fix: interrupt plugin commands (ignite#3222)

Due to the plugin architecture, the user wasn't able to interrupt a
plugin command via Ctrl+C. This is annoying if the plugin execution is
long.

By running the plugin execution in a goroutine and by listening to the
command context at the same time, we can fix that.

Co-authored-by: Alex Johnson <[email protected]>

* docs: added manual section to the hello tutorial (ignite#3227)

* docs: added manual section to the hello tutorial

* fix: formatting

* fix: formatting

* ignite generate proto-go

* fix: remove grpc_ prefix

* add ignite chain serve

* fix: phrasing when new files are created

* Update docs/docs/guide/03-hello.md

Co-authored-by: Alex Johnson <[email protected]>

* Update docs/docs/guide/03-hello.md

Co-authored-by: Alex Johnson <[email protected]>

Co-authored-by: Alex Johnson <[email protected]>

* fix: removed grpc_* prefix from query files in scaffolded chain (ignite#3224)

* Removed grpc_* prefix from query files in scaffolded chain

* modified:changelog.md

* modified:changelog.md

* Removed grpc_* prefix from query files in scaffolded chain

Co-authored-by: Alex Johnson <[email protected]>

* chore: go formatting (ignite#3232)

Co-authored-by: aljo242 <[email protected]>

* docs(cli): update generated docs (ignite#3207)

Co-authored-by: aljo242 <[email protected]>
Co-authored-by: Alex Johnson <[email protected]>

* chore(docs): Fix some broken links and add a link checker for the markdown files (ignite#3219)

* Fix some broken links and add a link checker for the markdown files

* add md link checker config

* fix broken links

* remove redirect links from checker

* remove redirect links from checker

* remove duplicated config

* remove babylon blockchain link and change master to main for cosmos-sdk docs

* fix broken links

* remove sdk modules links because the redirection

* github moved links

* github moved links

* fix local links

* remove atom ide

* ignite guides

* add link checkr configs

* remove unused slash for urls

* exclude github 403 result links

* fix github link

Co-authored-by: Alex Johnson <[email protected]>

Co-authored-by: Albert Le Batteux <[email protected]>
Co-authored-by: Denis Fadeev <[email protected]>
Co-authored-by: Thomas Bruyelle <[email protected]>
Co-authored-by: Jerónimo Albi <[email protected]>
Co-authored-by: Danilo Pantani <[email protected]>
Co-authored-by: Thomas Bruyelle <[email protected]>
Co-authored-by: Saumya <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: aljo242 <[email protected]>
  • Loading branch information
10 people authored Dec 7, 2022
1 parent 028d4bb commit 166cbf9
Show file tree
Hide file tree
Showing 20 changed files with 67 additions and 64 deletions.
21 changes: 12 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/ignite/cli
go 1.18

require (
cosmossdk.io/math v1.0.0-beta.3
cosmossdk.io/math v1.0.0-beta.4
github.com/99designs/keyring v1.2.1
github.com/AlecAivazis/survey/v2 v2.3.6
github.com/DATA-DOG/go-sqlmock v1.5.0
Expand All @@ -22,15 +22,15 @@ require (
github.com/emicklei/proto v1.11.0
github.com/emicklei/proto-contrib v0.12.0
github.com/ghodss/yaml v1.0.0
github.com/go-git/go-git/v5 v5.4.2
github.com/go-git/go-git/v5 v5.5.0
github.com/gobuffalo/genny/v2 v2.1.0
github.com/gobuffalo/logger v1.0.7
github.com/gobuffalo/packd v1.0.2
github.com/gobuffalo/plush/v4 v4.1.16
github.com/goccy/go-yaml v1.9.6
github.com/goccy/go-yaml v1.9.7
github.com/gogo/protobuf v1.3.3
github.com/golangci/golangci-lint v1.50.1
github.com/google/go-github/v48 v48.0.0
github.com/google/go-github/v48 v48.1.0
github.com/gookit/color v1.5.2
github.com/gorilla/mux v1.8.0
github.com/gorilla/rpc v1.2.0
Expand Down Expand Up @@ -59,15 +59,15 @@ require (
github.com/tendermint/spn v0.2.1-0.20220921200247-8bafad876bdd
github.com/tendermint/tendermint v0.34.23
github.com/tendermint/tm-db v0.6.7
github.com/vektra/mockery/v2 v2.14.1
github.com/vektra/mockery/v2 v2.15.0
go.etcd.io/bbolt v1.3.6
golang.org/x/mod v0.7.0
golang.org/x/sync v0.1.0
golang.org/x/term v0.2.0
golang.org/x/text v0.4.0
golang.org/x/tools v0.3.0
golang.org/x/vuln v0.0.0-20220919155316-41b1fc70d0a6
google.golang.org/grpc v1.50.1
golang.org/x/vuln v0.0.0-20221122171214-05fb7250142c
google.golang.org/grpc v1.51.0
google.golang.org/protobuf v1.28.2-0.20220831092852-f930b1dc76e8
gopkg.in/yaml.v2 v2.4.0
mvdan.cc/gofumpt v0.4.0
Expand All @@ -89,7 +89,7 @@ require (
github.com/Microsoft/go-winio v0.6.0 // indirect
github.com/Microsoft/hcsshim v0.9.4 // indirect
github.com/OpenPeeDeeP/depguard v1.1.1 // indirect
github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7 // indirect
github.com/ProtonMail/go-crypto v0.0.0-20221026131551-cf6655e29de4 // indirect
github.com/Workiva/go-datastructures v1.0.53 // indirect
github.com/acomagu/bufpipe v1.0.3 // indirect
github.com/alecthomas/chroma v0.8.2 // indirect
Expand Down Expand Up @@ -120,6 +120,7 @@ require (
github.com/charmbracelet/glamour v0.2.1-0.20210402234443-abe9cda419ba // indirect
github.com/chavacava/garif v0.0.0-20220630083739-93517212f375 // indirect
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
github.com/cloudflare/circl v1.1.0 // indirect
github.com/coinbase/rosetta-sdk-go v0.7.9 // indirect
github.com/confio/ics23/go v0.7.0 // indirect
github.com/containerd/cgroups v1.0.3 // indirect
Expand Down Expand Up @@ -291,6 +292,7 @@ require (
github.com/pelletier/go-toml/v2 v2.0.5 // indirect
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d // indirect
github.com/pjbgf/sha1cd v0.2.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/polyfloyd/go-errorlint v1.0.5 // indirect
github.com/prometheus/client_golang v1.12.2 // indirect
Expand Down Expand Up @@ -323,6 +325,7 @@ require (
github.com/sivchari/containedctx v1.0.2 // indirect
github.com/sivchari/nosnakecase v1.7.0 // indirect
github.com/sivchari/tenv v1.7.0 // indirect
github.com/skeema/knownhosts v1.1.0 // indirect
github.com/sonatard/noctx v0.0.1 // indirect
github.com/sourcegraph/annotate v0.0.0-20160123013949-f4cad6c6324d // indirect
github.com/sourcegraph/go-diff v0.6.1 // indirect
Expand Down Expand Up @@ -360,7 +363,7 @@ require (
go.uber.org/atomic v1.10.0 // indirect
go.uber.org/multierr v1.8.0 // indirect
go.uber.org/zap v1.23.0 // indirect
golang.org/x/crypto v0.1.0 // indirect
golang.org/x/crypto v0.3.0 // indirect
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect
golang.org/x/exp/typeparams v0.0.0-20220827204233-334a2380cb91 // indirect
golang.org/x/net v0.2.0 // indirect
Expand Down
68 changes: 35 additions & 33 deletions go.sum

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ignite/pkg/cosmosclient/mocks/account_retriever.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ignite/pkg/cosmosclient/mocks/bank_query_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ignite/pkg/cosmosclient/mocks/faucet_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ignite/pkg/cosmosclient/mocks/gasometer.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ignite/pkg/cosmosclient/mocks/rpc_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ignite/pkg/cosmosclient/mocks/signer.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions ignite/pkg/cosmostxcollector/mocks/saver.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ignite/pkg/cosmostxcollector/mocks/txs_collecter.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ignite/services/network/mocks/account_info.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ignite/services/network/mocks/bank_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ignite/services/network/mocks/campaign_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ignite/services/network/mocks/chain.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ignite/services/network/mocks/cosmos_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ignite/services/network/mocks/launch_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ignite/services/network/mocks/profile_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ignite/services/network/mocks/reward_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ignite/services/network/mocks/staking_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions ignite/services/plugin/mocks/interface.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 166cbf9

Please sign in to comment.