mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-07 22:44:46 +01:00
Updated dependencies: * GMP 6.2.1 * ISL 0.24 * MPL 1.2.1 * MPFR 4.1.0 The dependencies were pulled in by running the ./contrib/download_prerequisites script and then manually removing the symbolic links and archives, and renaming the directories (i.e mv isl-0.24 to isl)
14 lines
288 B
Modula-2
14 lines
288 B
Modula-2
module std
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3
|
|
golang.org/x/net v0.0.0-20211209124913-491a49abca63
|
|
)
|
|
|
|
require (
|
|
golang.org/x/sys v0.0.0-20211205182925-97ca703d548d // indirect
|
|
golang.org/x/text v0.3.8-0.20211105212822-18b340fc7af2 // indirect
|
|
)
|