summaryrefslogtreecommitdiff
path: root/cli/lockfile.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/lockfile.rs')
-rw-r--r--cli/lockfile.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/cli/lockfile.rs b/cli/lockfile.rs
index fcc15892b..266975ba7 100644
--- a/cli/lockfile.rs
+++ b/cli/lockfile.rs
@@ -1,6 +1,7 @@
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
-use serde_json::json;
+use deno_core::serde_json;
+use deno_core::serde_json::json;
use std::collections::BTreeMap;
use std::io::Result;