diff options
author | 2024-09-09 08:24:38 +0000 | |
---|---|---|
committer | 2024-09-09 08:24:38 +0000 | |
commit | 7785fa54da27a15e5463ba5eae90f3f8561ef06a (patch) | |
tree | 47503b3190de0feaf1609f0d27b762a9f6954c75 /vendor/golang.org/x/sys/cpu/cpu_linux_noinit.go | |
parent | [chore]: Bump golang.org/x/oauth2 from 0.22.0 to 0.23.0 (#3284) (diff) | |
download | gotosocial-7785fa54da27a15e5463ba5eae90f3f8561ef06a.tar.xz |
[chore]: Bump golang.org/x/crypto from 0.26.0 to 0.27.0 (#3283)
Diffstat (limited to 'vendor/golang.org/x/sys/cpu/cpu_linux_noinit.go')
-rw-r--r-- | vendor/golang.org/x/sys/cpu/cpu_linux_noinit.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/golang.org/x/sys/cpu/cpu_linux_noinit.go b/vendor/golang.org/x/sys/cpu/cpu_linux_noinit.go index cd63e7335..7d902b684 100644 --- a/vendor/golang.org/x/sys/cpu/cpu_linux_noinit.go +++ b/vendor/golang.org/x/sys/cpu/cpu_linux_noinit.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -//go:build linux && !arm && !arm64 && !mips64 && !mips64le && !ppc64 && !ppc64le && !s390x +//go:build linux && !arm && !arm64 && !mips64 && !mips64le && !ppc64 && !ppc64le && !s390x && !riscv64 package cpu |