diff --git a/go.mod b/go.mod index 9022c24572..0524903556 100644 --- a/go.mod +++ b/go.mod @@ -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 diff --git a/go.sum b/go.sum index e99a5816d0..439697a4fe 100644 --- a/go.sum +++ b/go.sum @@ -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=