Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update github.com/reviewdog/errorformat commit hash to 63830c6 #1139

Merged
merged 1 commit into from Mar 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -19,7 +19,7 @@ require (
github.com/mattn/go-shellwords v1.0.12
github.com/rakyll/statik v0.1.7
github.com/reva2/bitbucket-insights-api v1.0.0
github.com/reviewdog/errorformat v0.0.0-20220307142140-0b56cafde192
github.com/reviewdog/errorformat v0.0.0-20220309042335-63830c6477fc
github.com/reviewdog/go-bitbucket v0.0.0-20201024094602-708c3f6a7de0
github.com/stretchr/testify v1.7.0
github.com/vvakame/sdlog v0.0.0-20200409072131-7c0d359efddc
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Expand Up @@ -240,8 +240,8 @@ github.com/rakyll/statik v0.1.7 h1:OF3QCZUuyPxuGEP7B4ypUa7sB/iHtqOTDYZXGM8KOdQ=
github.com/rakyll/statik v0.1.7/go.mod h1:AlZONWzMtEnMs7W4e/1LURLiI49pIMmp6V9Unghqrcc=
github.com/reva2/bitbucket-insights-api v1.0.0 h1:lpQ/Q7OmnG04w/EM77piOwZBxP41PeTlbytXxVrnplA=
github.com/reva2/bitbucket-insights-api v1.0.0/go.mod h1:pLs+ki3MKUntrPryxaGIvpRLiEtBhwfJ/uvxQIMfqHU=
github.com/reviewdog/errorformat v0.0.0-20220307142140-0b56cafde192 h1:8CsrHQi4PGsw4TuBn7UUgmV4P4WoKpkaVP6FBaDAdtM=
github.com/reviewdog/errorformat v0.0.0-20220307142140-0b56cafde192/go.mod h1:AqhrP0G7F9YRROF10JQwdd4cNO8bdm6bY6KzcOc3Cp8=
github.com/reviewdog/errorformat v0.0.0-20220309042335-63830c6477fc h1:EGecojOnmeUfCfFDG5awjj4vjLA1h+AtcDz7xJ0jsMw=
github.com/reviewdog/errorformat v0.0.0-20220309042335-63830c6477fc/go.mod h1:AqhrP0G7F9YRROF10JQwdd4cNO8bdm6bY6KzcOc3Cp8=
github.com/reviewdog/go-bitbucket v0.0.0-20201024094602-708c3f6a7de0 h1:XZ60Bp2UqwaJ6fDQExoFVrgs4nIzwBCy9ct6GCj9hH8=
github.com/reviewdog/go-bitbucket v0.0.0-20201024094602-708c3f6a7de0/go.mod h1:5JbWAMFyq9hbISZawRyIe7QTcLaptvCIvmZnYo+1VvA=
github.com/rogpeppe/fastuuid v1.2.0/go.mod h1:jVj6XXZzXRy/MSR5jhDC/2q6DgLz+nrA6LYCDYWNEvQ=
Expand Down