Skip to content

Commit 22d7135

Browse files
committed
chore: reorder imports to comply with gci
Signed-off-by: Ashley Davis <[email protected]>
1 parent f30db23 commit 22d7135

File tree

1 file changed

+2
-1
lines changed
  • pkg/internal/cyberark/servicediscovery

1 file changed

+2
-1
lines changed

pkg/internal/cyberark/servicediscovery/mock.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ package servicediscovery
33
import (
44
"bytes"
55
"crypto/rand"
6-
_ "embed"
76
"encoding/hex"
87
"encoding/json"
98
"net/http"
@@ -12,6 +11,8 @@ import (
1211
"text/template"
1312

1413
"github.com/jetstack/preflight/pkg/version"
14+
15+
_ "embed"
1516
)
1617

1718
const (

0 commit comments

Comments
 (0)