Skip to content

Commit 012c541

Browse files
committed
fix proto dependency
1 parent 80ae0e7 commit 012c541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chasm/lib/callback/executors_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import (
88
"testing"
99
"time"
1010

11-
"github.com/gogo/protobuf/proto"
1211
"github.com/nexus-rpc/sdk-go/nexus"
1312
"github.com/stretchr/testify/require"
1413
commonpb "go.temporal.io/api/common/v1"
@@ -32,6 +31,7 @@ import (
3231
"google.golang.org/grpc"
3332
"google.golang.org/grpc/codes"
3433
"google.golang.org/grpc/status"
34+
"google.golang.org/protobuf/proto"
3535
"google.golang.org/protobuf/types/known/emptypb"
3636
"google.golang.org/protobuf/types/known/timestamppb"
3737
)

0 commit comments

Comments
 (0)