We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 524e393 commit b9e0969Copy full SHA for b9e0969
1 file changed
pkg/client/reader_test.go
@@ -20,11 +20,11 @@ import (
20
"testing"
21
"time"
22
23
- protobuf "google.golang.org/protobuf/proto"
24
"github.com/stretchr/testify/assert"
25
"github.com/stretchr/testify/require"
26
"google.golang.org/grpc"
27
"google.golang.org/grpc/credentials"
+ protobuf "google.golang.org/protobuf/proto"
28
29
"github.com/elastic/elastic-agent-client/v7/pkg/client/mock"
30
"github.com/elastic/elastic-agent-client/v7/pkg/proto"
0 commit comments