diff --git a/loader/goroot.go b/loader/goroot.go index 20fee016bf..0699d89957 100644 --- a/loader/goroot.go +++ b/loader/goroot.go @@ -232,7 +232,6 @@ func pathsToOverride(goMinor int, needsSyscallPackage bool) map[string]bool { "": true, "crypto/": true, "crypto/rand/": false, - "crypto/tls/": false, "crypto/x509/": true, "crypto/x509/internal/": true, "crypto/x509/internal/macos/": false, @@ -250,7 +249,6 @@ func pathsToOverride(goMinor int, needsSyscallPackage bool) map[string]bool { "internal/wasi/": false, "machine/": false, "net/": true, - "net/http/": false, "os/": true, "reflect/": false, "runtime/": false,