summaryrefslogtreecommitdiff
path: root/vendor/golang.org/x/sys/cpu/cpu_linux_noinit.go
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-09-09 08:24:38 +0000
committerLibravatar GitHub <noreply@github.com>2024-09-09 08:24:38 +0000
commit7785fa54da27a15e5463ba5eae90f3f8561ef06a (patch)
tree47503b3190de0feaf1609f0d27b762a9f6954c75 /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)
downloadgotosocial-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.go2
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