chore(deps): Bump github.com/golangci/golangci-lint (#3104)
Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.50.0 to 1.50.1. - [Release notes](https://github.com/golangci/golangci-lint/releases) - [Changelog](https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md) - [Commits](https://github.com/golangci/golangci-lint/compare/v1.50.0...v1.50.1 ) --- updated-dependencies: - dependency-name: github.com/golangci/golangci-lint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:dependabot[bot] <support@github.com> Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Showing
+39 -36
... | ... | @@ -12,7 +12,7 @@ require ( |
github.com/gogo/protobuf v1.3.3 | ||
github.com/golang/mock v1.6.0 | ||
github.com/golang/protobuf v1.5.2 | ||
github.com/golangci/golangci-lint v1.50.0 | ||
github.com/golangci/golangci-lint v1.50.1 | ||
github.com/gorilla/mux v1.8.0 | ||
github.com/grpc-ecosystem/grpc-gateway v1.16.0 | ||
github.com/mattn/go-sqlite3 v1.14.15 | ||
... | ... | @@ -43,7 +43,7 @@ require ( |
github.com/curioswitch/go-reassign v0.2.0 // indirect | ||
github.com/felixge/httpsnoop v1.0.1 // indirect | ||
github.com/google/btree v1.0.0 // indirect | ||
github.com/kkHAIKE/contextcheck v1.1.2 // indirect | ||
github.com/kkHAIKE/contextcheck v1.1.3 // indirect | ||
github.com/maratori/testableexamples v1.0.0 // indirect | ||
github.com/regen-network/cosmos-proto v0.3.1 // indirect | ||
github.com/sashamelentyev/interfacebloat v1.1.0 // indirect | ||
... | ... | @@ -63,7 +63,7 @@ require ( |
github.com/Antonboom/errname v0.1.7 // indirect | ||
github.com/Antonboom/nilnil v0.1.1 // indirect | ||
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect | ||
github.com/BurntSushi/toml v1.2.0 // indirect | ||
github.com/BurntSushi/toml v1.2.1 // indirect | ||
github.com/ChainSafe/go-schnorrkel v0.0.0-20200405005733-88cbf1b4c40d // indirect | ||
github.com/CosmWasm/wasmvm v1.0.0 | ||
github.com/GaijinEntertainment/go-exhaustruct/v2 v2.3.0 // indirect | ||
... | ... | @@ -97,7 +97,7 @@ require ( |
github.com/cosmos/gorocksdb v1.2.0 // indirect | ||
github.com/cosmos/ledger-cosmos-go v0.11.1 // indirect | ||
github.com/cosmos/ledger-go v0.9.3 // indirect | ||
github.com/daixiang0/gci v0.8.0 // indirect | ||
github.com/daixiang0/gci v0.8.1 // indirect | ||
github.com/danieljoos/wincred v1.1.2 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/denis-tingaikin/go-header v0.4.3 // indirect | ||
... | ... | @@ -256,8 +256,8 @@ require ( |
github.com/tendermint/go-amino v0.16.0 // indirect | ||
github.com/tetafro/godot v1.4.11 // indirect | ||
github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 // indirect | ||
github.com/tomarrell/wrapcheck/v2 v2.6.2 // indirect | ||
github.com/tommy-muehle/go-mnd/v2 v2.5.0 // indirect | ||
github.com/tomarrell/wrapcheck/v2 v2.7.0 // indirect | ||
github.com/tommy-muehle/go-mnd/v2 v2.5.1 // indirect | ||
github.com/ultraware/funlen v0.0.3 // indirect | ||
github.com/ultraware/whitespace v0.0.5 // indirect | ||
github.com/uudashr/gocognit v1.0.6 // indirect | ||
... | ... | @@ -272,15 +272,15 @@ require ( |
gitlab.com/bosi/decorder v0.2.3 // indirect | ||
go.etcd.io/bbolt v1.3.6 // indirect | ||
go.opencensus.io v0.23.0 // indirect | ||
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // indirect | ||
golang.org/x/crypto v0.1.0 // indirect | ||
golang.org/x/exp/typeparams v0.0.0-20220827204233-334a2380cb91 // indirect | ||
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect | ||
golang.org/x/net v0.0.0-20220812174116-3211cb980234 // indirect | ||
golang.org/x/mod v0.6.0 // indirect | ||
golang.org/x/net v0.1.0 // indirect | ||
golang.org/x/sync v0.0.0-20220819030929-7fc1605a5dde // indirect | ||
golang.org/x/sys v0.0.0-20220915200043-7b5979e65e41 // indirect | ||
golang.org/x/term v0.0.0-20220722155259-a9ba230a4035 // indirect | ||
golang.org/x/text v0.3.7 // indirect | ||
golang.org/x/tools v0.1.12 // indirect | ||
golang.org/x/sys v0.1.0 // indirect | ||
golang.org/x/term v0.1.0 // indirect | ||
golang.org/x/text v0.4.0 // indirect | ||
golang.org/x/tools v0.2.0 // indirect | ||
google.golang.org/protobuf v1.28.1 | ||
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect | ||
gopkg.in/ini.v1 v1.67.0 // indirect | ||
... | ... |
Please register or sign in to comment