aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/beats8/files/patch-vendor_github.com_elastic_elastic-agent-autodiscover_docker_client.go
blob: 4c27b7b7445bffd8591c07fed4ea99be25972116 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- vendor/github.com/elastic/elastic-agent-autodiscover/docker/client.go.orig	2022-11-25 21:51:45 UTC
+++ vendor/github.com/elastic/elastic-agent-autodiscover/docker/client.go
@@ -15,8 +15,8 @@
 // specific language governing permissions and limitations
 // under the License.
 
-//go:build linux || darwin || windows
-// +build linux darwin windows
+//go:build linux || darwin || windows || freebsd
+// +build linux darwin windows freebsd
 
 package docker