Update dependencies and remove old matterclient lib (#2067)
This commit is contained in:
4
vendor/modernc.org/memory/mmap_linux_64.go
generated
vendored
4
vendor/modernc.org/memory/mmap_linux_64.go
generated
vendored
@@ -2,9 +2,9 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE-GO file.
|
||||
|
||||
//go:build linux && (amd64 || arm64 || mips64 || mips64le || riscv64 || ppc64le)
|
||||
//go:build linux && (amd64 || arm64 || mips64 || mips64le || riscv64 || ppc64le || loong64)
|
||||
// +build linux
|
||||
// +build amd64 arm64 mips64 mips64le riscv64 ppc64le
|
||||
// +build amd64 arm64 mips64 mips64le riscv64 ppc64le loong64
|
||||
|
||||
package memory
|
||||
|
||||
|
||||
Reference in New Issue
Block a user