Update to v1.17.0 of jhump/protoreflect (#502)

* update to v1.17.0 of jhump/protoreflect

* add lint:ignore annotations to fix CI
This commit is contained in:
Joshua Humphries
2025-01-13 10:33:18 -05:00
committed by GitHub
parent b9a11e9fea
commit 7e1a6c9068
9 changed files with 40 additions and 40 deletions

View File

@@ -14,7 +14,7 @@ import (
"strings"
"time"
"github.com/jhump/protoreflect/desc"
"github.com/jhump/protoreflect/desc" //lint:ignore SA1019 required to use APIs in other grpcurl package
"github.com/jhump/protoreflect/grpcreflect"
"google.golang.org/grpc"
"google.golang.org/grpc/codes"