|
@@ -4,11 +4,11 @@
|
|
|
* @license Apache-2.0
|
|
|
*/
|
|
|
|
|
|
-import Operation from "../Operation";
|
|
|
-import OperationError from "../errors/OperationError";
|
|
|
-import Utils from "../Utils";
|
|
|
-import { fromBase64 } from "../lib/Base64";
|
|
|
-import { fromHex, toHexFast } from "../lib/Hex";
|
|
|
+import Operation from "../Operation.mjs";
|
|
|
+import OperationError from "../errors/OperationError.mjs";
|
|
|
+import Utils from "../Utils.mjs";
|
|
|
+import { fromBase64 } from "../lib/Base64.mjs";
|
|
|
+import { fromHex, toHexFast } from "../lib/Hex.mjs";
|
|
|
|
|
|
/**
|
|
|
* Parse SSH Host Key operation
|