Skip to content

Commit a9725c7

Browse files
committed
fix: fixing imports
1 parent 106bc87 commit a9725c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/plugins/metrics_sender.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ package plugins
99

1010
import (
1111
"context"
12-
"strings"
13-
"sync"
14-
12+
"github.com/nginx/agent/sdk/v2"
1513
agent_config "github.com/nginx/agent/sdk/v2/agent/config"
1614
"github.com/nginx/agent/sdk/v2/client"
1715
"github.com/nginx/agent/sdk/v2/proto"
1816
models "github.com/nginx/agent/sdk/v2/proto/events"
1917
"github.com/nginx/agent/v2/src/core"
2018
"github.com/nginx/agent/v2/src/core/config"
19+
"strings"
20+
"sync"
2121

2222
log "github.com/sirupsen/logrus"
2323
"go.uber.org/atomic"

0 commit comments

Comments
 (0)