We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80ae0e7 commit 012c541Copy full SHA for 012c541
chasm/lib/callback/executors_test.go
@@ -8,7 +8,6 @@ import (
8
"testing"
9
"time"
10
11
- "github.com/gogo/protobuf/proto"
12
"github.com/nexus-rpc/sdk-go/nexus"
13
"github.com/stretchr/testify/require"
14
commonpb "go.temporal.io/api/common/v1"
@@ -32,6 +31,7 @@ import (
32
31
"google.golang.org/grpc"
33
"google.golang.org/grpc/codes"
34
"google.golang.org/grpc/status"
+ "google.golang.org/protobuf/proto"
35
"google.golang.org/protobuf/types/known/emptypb"
36
"google.golang.org/protobuf/types/known/timestamppb"
37
)
0 commit comments