Skip to content

Commit

Permalink
Bump github.com/reviewdog/reviewdog from 0.15.0 to 0.16.0 in /tools
Browse files Browse the repository at this point in the history
Bumps [github.com/reviewdog/reviewdog](https://github.com/reviewdog/reviewdog) from 0.15.0 to 0.16.0.
- [Release notes](https://github.com/reviewdog/reviewdog/releases)
- [Changelog](https://github.com/reviewdog/reviewdog/blob/master/CHANGELOG.md)
- [Commits](reviewdog/reviewdog@v0.15.0...v0.16.0)

---
updated-dependencies:
- dependency-name: github.com/reviewdog/reviewdog
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 25, 2023
1 parent 5a1e416 commit 15fb16e
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 35 deletions.
20 changes: 12 additions & 8 deletions tools/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ require (
github.com/grpc-ecosystem/grpc-gateway/v2 v2.18.0
github.com/jstemmer/go-junit-report v1.0.0
github.com/quasilyte/go-consistent v0.6.0
github.com/reviewdog/reviewdog v0.15.0
github.com/reviewdog/reviewdog v0.16.0
github.com/vburenin/ifacemaker v1.2.1
github.com/vektra/mockery/v2 v2.39.1
golang.org/x/perf v0.0.0-20230717203022-1ba3a21238c9
Expand All @@ -36,6 +36,7 @@ require (
cloud.google.com/go/compute v1.23.2 // indirect
cloud.google.com/go/compute/metadata v0.2.3 // indirect
cloud.google.com/go/datastore v1.15.0 // indirect
code.gitea.io/sdk/gitea v0.17.0 // indirect
connectrpc.com/connect v1.12.0 // indirect
connectrpc.com/otelconnect v0.6.0 // indirect
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
Expand All @@ -51,7 +52,7 @@ require (
github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230512164433-5d1fd1a340c9 // indirect
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
github.com/bmatcuk/doublestar/v2 v2.0.4 // indirect
github.com/bradleyfalzon/ghinstallation/v2 v2.6.0 // indirect
github.com/bradleyfalzon/ghinstallation/v2 v2.8.0 // indirect
github.com/bufbuild/protocompile v0.6.1-0.20231027200301-089712432bdc // indirect
github.com/bufbuild/protovalidate-go v0.4.0 // indirect
github.com/chigopher/pathlib v0.19.1 // indirect
Expand All @@ -60,6 +61,7 @@ require (
github.com/containerd/stargz-snapshotter/estargz v0.15.1 // indirect
github.com/cosiner/argv v0.1.0 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
github.com/davidmz/go-pageant v1.0.2 // indirect
github.com/denisenkom/go-mssqldb v0.9.0 // indirect
github.com/derekparker/trie v0.0.0-20221213183930-4c74548207f4 // indirect
github.com/distribution/reference v0.5.0 // indirect
Expand All @@ -75,6 +77,7 @@ require (
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/go-chi/chi/v5 v5.0.10 // indirect
github.com/go-delve/liner v1.2.3-0.20220127212407-d32d89dd2a5d // indirect
github.com/go-fed/httpsig v1.1.0 // indirect
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
github.com/go-git/go-billy/v5 v5.4.1 // indirect
github.com/go-git/go-git/v5 v5.8.0 // indirect
Expand Down Expand Up @@ -109,8 +112,8 @@ require (
github.com/google/go-containerregistry v0.16.1 // indirect
github.com/google/go-dap v0.9.1 // indirect
github.com/google/go-github/v33 v33.0.0 // indirect
github.com/google/go-github/v53 v53.2.0 // indirect
github.com/google/go-github/v55 v55.0.0 // indirect
github.com/google/go-github/v56 v56.0.0 // indirect
github.com/google/go-github/v57 v57.0.0 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/google/licensecheck v0.3.1 // indirect
github.com/google/pprof v0.0.0-20231101202521-4ca4178f5c7a // indirect
Expand All @@ -121,6 +124,7 @@ require (
github.com/gorilla/handlers v1.5.1 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-retryablehttp v0.7.2 // indirect
github.com/hashicorp/go-version v1.6.0 // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/haya14busa/go-actions-toolkit v0.0.0-20200105081403-ca0307860f01 // indirect
Expand Down Expand Up @@ -167,7 +171,7 @@ require (
github.com/pkg/errors v0.9.1 // indirect
github.com/pkg/profile v1.7.0 // indirect
github.com/reva2/bitbucket-insights-api v1.0.0 // indirect
github.com/reviewdog/errorformat v0.0.0-20230810075619-82e5d4ad20d2 // indirect
github.com/reviewdog/errorformat v0.0.0-20231214114315-6dd01ea41b1f // indirect
github.com/reviewdog/go-bitbucket v0.0.0-20201024094602-708c3f6a7de0 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/rogpeppe/go-internal v1.10.0 // indirect
Expand All @@ -190,7 +194,7 @@ require (
github.com/toqueteos/webbrowser v1.2.0 // indirect
github.com/vbatts/tar-split v0.11.5 // indirect
github.com/vvakame/sdlog v1.2.0 // indirect
github.com/xanzy/go-gitlab v0.91.1 // indirect
github.com/xanzy/go-gitlab v0.95.2 // indirect
github.com/xanzy/ssh-agent v0.3.3 // indirect
go.mongodb.org/mongo-driver v1.9.0 // indirect
go.opencensus.io v0.24.0 // indirect
Expand All @@ -203,13 +207,13 @@ require (
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.26.0 // indirect
golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4 // indirect
golang.org/x/build v0.0.0-20230905185615-7f65e2bc812a // indirect
golang.org/x/build v0.0.0-20230906094020-6ed658a430ec // indirect
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
golang.org/x/mod v0.14.0 // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/oauth2 v0.12.0 // indirect
golang.org/x/oauth2 v0.15.0 // indirect
golang.org/x/sync v0.5.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/term v0.15.0 // indirect
Expand Down
Loading

0 comments on commit 15fb16e

Please sign in to comment.