aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/beats8/files/patch-libbeat_autodiscover_providers_docker_docker.go
blob: 34dc07b07dc5b9795078485a1dd9d6df30faa0e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- libbeat/autodiscover/providers/docker/docker.go.orig	2024-07-09 00:00:36.000000000 +0200
+++ libbeat/autodiscover/providers/docker/docker.go	2024-07-13 21:40:25.908849000 +0200
@@ -15,7 +15,7 @@
 // specific language governing permissions and limitations
 // under the License.
 
-//go:build linux || darwin || windows
+//go:build linux || darwin || windows || freebsd
 
 package docker
 
@@ -32,7 +32,7 @@
 	"github.com/elastic/beats/v7/libbeat/common"
 
 	"github.com/elastic/elastic-agent-autodiscover/bus"
-	"github.com/elastic/elastic-agent-autodiscover/docker"
+	docker "github.com/elastic/elastic-agent-autodiscover/docker"
 	"github.com/elastic/elastic-agent-autodiscover/utils"
 	"github.com/elastic/elastic-agent-libs/config"
 	"github.com/elastic/elastic-agent-libs/keystore"