mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-16 04:35:13 +03:00
32 lines
1.6 KiB
Text
32 lines
1.6 KiB
Text
From 58d58c463a043b1a4c545cad70be625f6ccd6ee2 Mon Sep 17 00:00:00 2001
|
|
From: Wenlong Zhang <zhangwenlong@loongson.cn>
|
|
Date: Thu, 27 Jun 2024 12:36:33 +0000
|
|
Subject: [PATCH] fix build error on loongarch64
|
|
|
|
---
|
|
go.mod | 2 +-
|
|
go.sum | 2 ++
|
|
2 files changed, 3 insertions(+), 1 deletion(-)
|
|
|
|
--- a/go.mod
|
|
+++ b/go.mod
|
|
@@ -75,7 +75,7 @@ require (
|
|
github.com/prometheus/common v0.55.0 // indirect
|
|
github.com/prometheus/procfs v0.15.1 // indirect
|
|
github.com/smarty/assertions v1.15.0 // indirect
|
|
- github.com/templexxx/cpu v0.1.0 // indirect
|
|
+ github.com/templexxx/cpu v0.1.1-0.20240303154708-598a14b050c5 // indirect
|
|
github.com/templexxx/xorsimd v0.4.2 // indirect
|
|
github.com/tjfoc/gmsm v1.4.1 // indirect
|
|
github.com/txthinking/runnergroup v0.0.0-20210608031112-152c7c4432bf // indirect
|
|
--- a/go.sum
|
|
+++ b/go.sum
|
|
@@ -178,6 +178,8 @@ github.com/stretchr/testify v1.9.0 h1:Ht
|
|
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
|
|
github.com/templexxx/cpu v0.1.0 h1:wVM+WIJP2nYaxVxqgHPD4wGA2aJ9rvrQRV8CvFzNb40=
|
|
github.com/templexxx/cpu v0.1.0/go.mod h1:w7Tb+7qgcAlIyX4NhLuDKt78AHA5SzPmq0Wj6HiEnnk=
|
|
+github.com/templexxx/cpu v0.1.1-0.20240303154708-598a14b050c5 h1:Ke6p9WHBy8Ooz8Vg/+o9SHp5yE2VlzzyHVEfHTFmJoM=
|
|
+github.com/templexxx/cpu v0.1.1-0.20240303154708-598a14b050c5/go.mod h1:w7Tb+7qgcAlIyX4NhLuDKt78AHA5SzPmq0Wj6HiEnnk=
|
|
github.com/templexxx/xorsimd v0.4.2 h1:ocZZ+Nvu65LGHmCLZ7OoCtg8Fx8jnHKK37SjvngUoVI=
|
|
github.com/templexxx/xorsimd v0.4.2/go.mod h1:HgwaPoDREdi6OnULpSfxhzaiiSUY4Fi3JPn1wpt28NI=
|
|
github.com/tjfoc/gmsm v1.4.1 h1:aMe1GlZb+0bLjn+cKTPEvvn9oUEBlJitaZiiBwsbgho=
|