mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-07-05 05:54:03 +00:00
Update dependencies (#1784)
This commit is contained in:
5
vendor/github.com/klauspost/cpuid/v2/os_other_arm64.go
generated
vendored
5
vendor/github.com/klauspost/cpuid/v2/os_other_arm64.go
generated
vendored
@ -1,8 +1,7 @@
|
||||
// Copyright (c) 2020 Klaus Post, released under MIT License. See LICENSE file.
|
||||
|
||||
// +build arm64
|
||||
// +build !linux
|
||||
// +build !darwin
|
||||
//go:build arm64 && !linux && !darwin
|
||||
// +build arm64,!linux,!darwin
|
||||
|
||||
package cpuid
|
||||
|
||||
|
Reference in New Issue
Block a user