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

@@ -12,9 +12,9 @@ import (
"testing"
"time"
"github.com/golang/protobuf/jsonpb" //lint:ignore SA1019 we have to import this because it appears in exported API
"github.com/golang/protobuf/proto" //lint:ignore SA1019 we have to import this because it appears in exported API
"github.com/jhump/protoreflect/desc"
"github.com/golang/protobuf/jsonpb" //lint:ignore SA1019 we have to import these because some of their types appear in exported API
"github.com/golang/protobuf/proto" //lint:ignore SA1019 same as above
"github.com/jhump/protoreflect/desc" //lint:ignore SA1019 same as above
"github.com/jhump/protoreflect/grpcreflect"
"google.golang.org/grpc"
"google.golang.org/grpc/codes"