Skip to content

Commit de4585d

Browse files
committed
oops, fix proto
1 parent c546e58 commit de4585d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/matching/partition_counts.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ import (
55
"errors"
66
"slices"
77

8-
"github.com/gogo/protobuf/proto"
98
taskqueuespb "go.temporal.io/server/api/taskqueue/v1"
109
"go.temporal.io/server/common/log"
1110
"go.temporal.io/server/common/log/tag"
1211
serviceerrors "go.temporal.io/server/common/serviceerror"
1312
"google.golang.org/grpc"
1413
"google.golang.org/grpc/metadata"
14+
"google.golang.org/protobuf/proto"
1515
)
1616

1717
// The "-bin" suffix instructs grpc to base64-encode the value, so we can use binary.

0 commit comments

Comments
 (0)