summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/internal/net.ts
diff options
context:
space:
mode:
Diffstat (limited to 'ext/node/polyfills/internal/net.ts')
-rw-r--r--ext/node/polyfills/internal/net.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/node/polyfills/internal/net.ts b/ext/node/polyfills/internal/net.ts
index 2e3a92dfd..48b1f5f25 100644
--- a/ext/node/polyfills/internal/net.ts
+++ b/ext/node/polyfills/internal/net.ts
@@ -20,9 +20,9 @@
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
// USE OR OTHER DEALINGS IN THE SOFTWARE.
-import { Buffer } from "internal:deno_node/polyfills/buffer.ts";
-import { uvException } from "internal:deno_node/polyfills/internal/errors.ts";
-import { writeBuffer } from "internal:deno_node/polyfills/internal_binding/node_file.ts";
+import { Buffer } from "internal:deno_node/buffer.ts";
+import { uvException } from "internal:deno_node/internal/errors.ts";
+import { writeBuffer } from "internal:deno_node/internal_binding/node_file.ts";
// IPv4 Segment
const v4Seg = "(?:[0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])";