mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 02:53:10 -04:00
Release notes: https://www.elastic.co/guide/en/beats/libbeat/7.16/release-notes-7.16.2.html
13 lines
417 B
Go
13 lines
417 B
Go
--- libbeat/autodiscover/providers/docker/config.go.orig 2021-12-17 15:54:41 UTC
|
|
+++ libbeat/autodiscover/providers/docker/config.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
|
|
|