From 1cd2b40f972c3605870488dfb78c864e72bac2c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 May 2022 02:17:17 +0000 Subject: [PATCH] Bump github.com/googleapis/api-linter in /hack/tools Bumps [github.com/googleapis/api-linter](https://github.com/googleapis/api-linter) from 1.31.2 to 1.32.0. - [Release notes](https://github.com/googleapis/api-linter/releases) - [Commits](https://github.com/googleapis/api-linter/compare/v1.31.2...v1.32.0) --- updated-dependencies: - dependency-name: github.com/googleapis/api-linter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- hack/tools/go.mod | 2 +- hack/tools/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hack/tools/go.mod b/hack/tools/go.mod index bf5553138..00a385d2d 100644 --- a/hack/tools/go.mod +++ b/hack/tools/go.mod @@ -3,7 +3,7 @@ module github.com/sigstore/fulcio/hack/tools go 1.16 require ( - github.com/googleapis/api-linter v1.31.2 + github.com/googleapis/api-linter v1.32.0 github.com/grpc-ecosystem/grpc-gateway/v2 v2.10.0 google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.2.0 google.golang.org/protobuf v1.28.0 diff --git a/hack/tools/go.sum b/hack/tools/go.sum index b5f641492..a5e447341 100644 --- a/hack/tools/go.sum +++ b/hack/tools/go.sum @@ -120,8 +120,8 @@ github.com/google/pprof v0.0.0-20200430221834-fc25d7d30c6d/go.mod h1:ZgVRPoUq/hf github.com/google/pprof v0.0.0-20200708004538-1a94d8640e99/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= github.com/google/renameio v0.1.0/go.mod h1:KWCgfxg9yswjAJkECMjeO8J8rahYeXnNhOm40UhjYkI= github.com/google/uuid v1.1.2/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= -github.com/googleapis/api-linter v1.31.2 h1:etQ87YOSXET+iCDzaJAuTLPOoHRH9shvDftmtsOcrc4= -github.com/googleapis/api-linter v1.31.2/go.mod h1:ZNzTgRXMtbx6hl6J52+Da97P96T9+d2Fhkits+Awmeg= +github.com/googleapis/api-linter v1.32.0 h1:jJ+Uiy4uVQHs7J7TCY2KZQeLQp61tm4POTWPSVB8FWE= +github.com/googleapis/api-linter v1.32.0/go.mod h1:ZNzTgRXMtbx6hl6J52+Da97P96T9+d2Fhkits+Awmeg= github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg= github.com/googleapis/gax-go/v2 v2.0.5/go.mod h1:DWXyrwAJ9X0FpwwEdw+IPEYBICEFu5mhpdKc/us6bOk= github.com/gordonklaus/ineffassign v0.0.0-20200309095847-7953dde2c7bf/go.mod h1:cuNKsD1zp2v6XfE/orVX2QE1LC+i254ceGcVeDT3pTU=