Adding upstream version 1.65.7.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
5189956325
commit
32b8eb3fd7
4153 changed files with 2487292 additions and 0 deletions
31
internal/autogen/linux_arm.mod
Normal file
31
internal/autogen/linux_arm.mod
Normal file
|
@ -0,0 +1,31 @@
|
|||
module modernc.org/libc
|
||||
|
||||
go 1.23.0
|
||||
|
||||
retract v1.43.0
|
||||
|
||||
require (
|
||||
github.com/dustin/go-humanize v1.0.1
|
||||
github.com/google/uuid v1.6.0
|
||||
github.com/mattn/go-isatty v0.0.20
|
||||
github.com/ncruces/go-strftime v0.1.9
|
||||
golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0
|
||||
golang.org/x/sys v0.33.0
|
||||
modernc.org/cc/v4 v4.26.1
|
||||
modernc.org/ccgo/v4 v4.28.0
|
||||
modernc.org/fileutil v1.3.1
|
||||
modernc.org/mathutil v1.7.1
|
||||
modernc.org/memory v1.10.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
||||
golang.org/x/mod v0.24.0 // indirect
|
||||
golang.org/x/sync v0.14.0 // indirect
|
||||
golang.org/x/tools v0.33.0 // indirect
|
||||
modernc.org/gc/v2 v2.6.5 // indirect
|
||||
modernc.org/opt v0.1.4 // indirect
|
||||
modernc.org/sortutil v1.2.1 // indirect
|
||||
modernc.org/strutil v1.2.1 // indirect
|
||||
modernc.org/token v1.1.0 // indirect
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue