update go_std_tables.go with go1.24rc3

pull/914/head
Daniel Martí 2 months ago committed by Paul Scheduikat
parent 28ccfa094b
commit e8392a640a

@ -1,59 +1,71 @@
// Code generated by scripts/gen_go_std_tables.go; DO NOT EDIT. // Code generated by scripts/gen_go_std_tables.go; DO NOT EDIT.
// Generated from Go versions [go1.23.3]. // Generated from Go versions [go1.23.6 go1.24rc3].
package main package main
var runtimeAndDeps = map[string]bool{ var runtimeAndDeps = map[string]bool{
"internal/abi": true, // go1.23 "internal/abi": true, // go1.24
"internal/bytealg": true, // go1.23 "internal/asan": true, // go1.24
"internal/byteorder": true, // go1.23 "internal/bytealg": true, // go1.24
"internal/chacha8rand": true, // go1.23 "internal/byteorder": true, // go1.24
"internal/coverage/rtcov": true, // go1.23 "internal/chacha8rand": true, // go1.24
"internal/cpu": true, // go1.23 "internal/coverage/rtcov": true, // go1.24
"internal/goarch": true, // go1.23 "internal/cpu": true, // go1.24
"internal/godebugs": true, // go1.23 "internal/goarch": true, // go1.24
"internal/goexperiment": true, // go1.23 "internal/godebugs": true, // go1.24
"internal/goos": true, // go1.23 "internal/goexperiment": true, // go1.24
"internal/profilerecord": true, // go1.23 "internal/goos": true, // go1.24
"internal/runtime/atomic": true, // go1.23 "internal/msan": true, // go1.24
"internal/runtime/exithook": true, // go1.23 "internal/profilerecord": true, // go1.24
"internal/runtime/syscall": true, // go1.23 "internal/race": true, // go1.24
"internal/stringslite": true, // go1.23 "internal/runtime/atomic": true, // go1.24
"runtime": true, // go1.23 "internal/runtime/exithook": true, // go1.24
"internal/runtime/maps": true, // go1.24
"internal/runtime/math": true, // go1.24
"internal/runtime/sys": true, // go1.24
"internal/runtime/syscall": true, // go1.24
"internal/stringslite": true, // go1.24
"runtime": true, // go1.24
"runtime/internal/math": true, // go1.23 "runtime/internal/math": true, // go1.23
"runtime/internal/sys": true, // go1.23 "runtime/internal/sys": true, // go1.23
"unsafe": true, // go1.23 "unsafe": true, // go1.24
} }
var runtimeLinknamed = []string{ var runtimeLinknamed = []string{
"arena", // go1.23 "arena", // go1.24
"crypto/internal/boring", // go1.23 "crypto/internal/boring", // go1.24
"crypto/internal/boring/bcache", // go1.23 "crypto/internal/boring/bcache", // go1.24
"crypto/internal/boring/fipstls", // go1.23 "crypto/internal/boring/fipstls", // go1.24
"crypto/x509/internal/macos", // go1.23 "crypto/internal/fips140", // go1.24
"internal/coverage/cfile", // go1.23 "crypto/internal/sysrand", // go1.24
"internal/godebug", // go1.23 "crypto/rand", // go1.24
"internal/poll", // go1.23 "crypto/x509/internal/macos", // go1.24
"internal/reflectlite", // go1.23 "internal/coverage/cfile", // go1.24
"internal/syscall/unix", // go1.23 "internal/godebug", // go1.24
"internal/syscall/windows", // go1.23 "internal/poll", // go1.24
"internal/reflectlite", // go1.24
"internal/sync", // go1.24
"internal/synctest", // go1.24
"internal/syscall/unix", // go1.24
"internal/syscall/windows", // go1.24
"internal/weak", // go1.23 "internal/weak", // go1.23
"maps", // go1.23 "maps", // go1.24
"os", // go1.23 "os", // go1.24
"os/signal", // go1.23 "os/signal", // go1.24
"plugin", // go1.23 "plugin", // go1.24
"reflect", // go1.23 "reflect", // go1.24
"runtime/debug", // go1.23 "runtime/debug", // go1.24
"runtime/metrics", // go1.23 "runtime/metrics", // go1.24
"runtime/pprof", // go1.23 "runtime/pprof", // go1.24
"runtime/trace", // go1.23 "runtime/trace", // go1.24
"sync", // go1.23 "sync", // go1.24
"sync/atomic", // go1.23 "sync/atomic", // go1.24
"syscall", // go1.23 "syscall", // go1.24
"syscall/js", // go1.23 "syscall/js", // go1.24
"time", // go1.23 "time", // go1.24
"unique", // go1.23 "unique", // go1.24
"weak", // go1.24
// The net package linknames to the runtime, not the other way around. // The net package linknames to the runtime, not the other way around.
// TODO: support this automatically via our script. // TODO: support this automatically via our script.
"net", "net",

@ -21,7 +21,7 @@ import (
"text/template" "text/template"
) )
var goVersions = []string{"go1.23.3"} var goVersions = []string{"go1.23.6", "go1.24rc3"}
var tmplTables = template.Must(template.New("").Parse(` var tmplTables = template.Must(template.New("").Parse(`
// Code generated by scripts/gen_go_std_tables.go; DO NOT EDIT. // Code generated by scripts/gen_go_std_tables.go; DO NOT EDIT.

Loading…
Cancel
Save