summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/internal/http.ts
diff options
context:
space:
mode:
Diffstat (limited to 'ext/node/polyfills/internal/http.ts')
-rw-r--r--ext/node/polyfills/internal/http.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/node/polyfills/internal/http.ts b/ext/node/polyfills/internal/http.ts
index 136ebca32..ca0ccd68e 100644
--- a/ext/node/polyfills/internal/http.ts
+++ b/ext/node/polyfills/internal/http.ts
@@ -1,8 +1,8 @@
// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
// Copyright Joyent and Node contributors. All rights reserved. MIT license.
-import { setUnrefTimeout } from "internal:deno_node/timers.ts";
-import { notImplemented } from "internal:deno_node/_utils.ts";
+import { setUnrefTimeout } from "ext:deno_node/timers.ts";
+import { notImplemented } from "ext:deno_node/_utils.ts";
let utcCache: string | undefined;