mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-07-04 19:58:18 +08:00
Update vendor 20210707 (#16366)
* update gitea.com/go-chi/binding * update github.com/blevesearch/bleve/v2 * update github.com/caddyserver/certmagic * update github.com/go-git/go-git/v5 * update github.com/lafriks/xormstore * update github.com/yuin/goldmark * Revert "update gitea.com/go-chi/binding" This reverts commit dea2f292b116114f9316fab95c5fd124174da404.
This commit is contained in:
go.modgo.summodules.txt
vendor
github.com
ProtonMail/go-crypto/openpgp/packet
RoaringBitmap/roaring
klauspost/cpuid/v2
yuin/goldmark
xorm.io/xorm
1
vendor/github.com/klauspost/cpuid/v2/cpuid.go
generated
vendored
1
vendor/github.com/klauspost/cpuid/v2/cpuid.go
generated
vendored
@ -384,7 +384,6 @@ func (c *CPUInfo) frequencies() {
|
||||
eax, ebx, ecx, _ := cpuid(0x15)
|
||||
if eax != 0 && ebx != 0 && ecx != 0 {
|
||||
c.Hz = (int64(ecx) * int64(ebx)) / int64(eax)
|
||||
fmt.Println("frequencies(): ", ecx, ebx, eax, "->", c.Hz)
|
||||
}
|
||||
}
|
||||
if mfi >= 0x16 {
|
||||
|
Reference in New Issue
Block a user