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 beba904 commit fd5864fCopy full SHA for fd5864f
dev-tools/mage/dockerbuilder.go
@@ -12,18 +12,13 @@ import (
12
"io"
13
"io/fs"
14
"log"
15
- "maps"
16
"os"
17
"os/exec"
18
"path/filepath"
19
"strings"
20
"time"
21
22
"github.com/magefile/mage/mg"
23
-
24
- "github.com/elastic/elastic-agent/internal/pkg/agent/install"
25
- "github.com/elastic/elastic-agent/pkg/component"
26
27
"github.com/magefile/mage/sh"
28
)
29
dev-tools/mage/pkgtypes.go
@@ -14,7 +14,6 @@ import (
- "math"
"reflect"
0 commit comments