blob: b3eb5109493fa0d53b1fd6911705a9eda1b9a909 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- vendor/github.com/elastic/elastic-agent-autodiscover/docker/watcher.go.orig 2022-11-25 21:51:52 UTC
+++ vendor/github.com/elastic/elastic-agent-autodiscover/docker/watcher.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
|