diff -r 4f153a23adab -r 6d9efbef00a9 vendor/golang.org/x/sys/unix/syscall_freebsd_arm64.go --- a/vendor/golang.org/x/sys/unix/syscall_freebsd_arm64.go Mon Jun 07 20:58:18 2021 +0200 +++ b/vendor/golang.org/x/sys/unix/syscall_freebsd_arm64.go Sun Jul 11 10:35:56 2021 +0200 @@ -2,6 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +//go:build arm64 && freebsd // +build arm64,freebsd package unix