Skip to content

Commit a131593

Browse files
committed
lint: reorder imports to fix linter issues
1 parent ac3906a commit a131593

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

internal/pkg/agent/application/monitoring/server.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ import (
1313
"strings"
1414

1515
"github.com/gorilla/mux"
16-
"go.elastic.co/apm/v2"
1716
"go.elastic.co/apm/module/apmgorilla/v2"
17+
"go.elastic.co/apm/v2"
1818

1919
"github.com/elastic/elastic-agent-libs/api"
2020
"github.com/elastic/elastic-agent-libs/monitoring"

pkg/component/runtime/manager.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ import (
1919
"time"
2020

2121
"github.com/gofrs/uuid"
22-
"go.elastic.co/apm/v2"
2322
"go.elastic.co/apm/module/apmgrpc/v2"
23+
"go.elastic.co/apm/v2"
2424
"google.golang.org/grpc"
2525
"google.golang.org/grpc/codes"
2626
"google.golang.org/grpc/credentials"

pkg/control/v2/server/server.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ import (
1818
v1server "github.com/elastic/elastic-agent/pkg/control/v1/server"
1919
"github.com/elastic/elastic-agent/pkg/control/v2/cproto"
2020

21-
"go.elastic.co/apm/v2"
2221
"go.elastic.co/apm/module/apmgrpc/v2"
22+
"go.elastic.co/apm/v2"
2323
"google.golang.org/grpc"
2424
"google.golang.org/protobuf/types/known/timestamppb"
2525

0 commit comments

Comments
 (0)