File tree Expand file tree Collapse file tree 5 files changed +8
-23
lines changed Expand file tree Collapse file tree 5 files changed +8
-23
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -11,9 +11,10 @@ import (
1111 "path/filepath"
1212 "strings"
1313
14+ "github.com/elastic/go-resource"
15+
1416 "github.com/elastic/elastic-package/internal/configuration/locations"
1517 "github.com/elastic/elastic-package/internal/files"
16- "github.com/elastic/go-resource"
1718)
1819
1920const (
Original file line number Diff line number Diff line change @@ -13,8 +13,9 @@ import (
1313
1414 "github.com/pkg/errors"
1515
16- "github.com/elastic/elastic-package/internal/version"
1716 "github.com/elastic/go-resource"
17+
18+ "github.com/elastic/elastic-package/internal/version"
1819)
1920
2021// Metadata stores the data associated with a given profile
Original file line number Diff line number Diff line change @@ -11,8 +11,9 @@ import (
1111 "io"
1212 "path/filepath"
1313
14- "github.com/elastic/elastic-package/internal/certs"
1514 "github.com/elastic/go-resource"
15+
16+ "github.com/elastic/elastic-package/internal/certs"
1617)
1718
1819// tlsServices is the list of server TLS certificates that will be
Original file line number Diff line number Diff line change @@ -13,8 +13,9 @@ import (
1313 "strings"
1414
1515 "github.com/Masterminds/semver"
16- "github.com/elastic/elastic-package/internal/profile"
1716 "github.com/elastic/go-resource"
17+
18+ "github.com/elastic/elastic-package/internal/profile"
1819)
1920
2021//go:embed _static
You can’t perform that action at this time.
0 commit comments