Update dependencies and remove old matterclient lib (#2067)

This commit is contained in:
Wim
2023-08-05 20:43:19 +02:00
committed by GitHub
parent 9459495484
commit 56e7bd01ca
772 changed files with 139315 additions and 121315 deletions

4
vendor/modernc.org/libc/libc64.go generated vendored
View File

@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//go:build amd64 || arm64 || ppc64le || riscv64 || s390x
// +build amd64 arm64 ppc64le riscv64 s390x
//go:build amd64 || arm64 || ppc64le || riscv64 || s390x || loong64
// +build amd64 arm64 ppc64le riscv64 s390x loong64
package libc // import "modernc.org/libc"