mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix import
Co-authored-by: Mikko Aspiala <mikko.aspiala@gmail.com> Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
parent
edd9dcd44b
commit
1e772e5303
@ -33,7 +33,7 @@ import { defaultPackageMirror, packageMirrors } from "../../common/user-store/pr
|
|||||||
import got from "got/dist/source";
|
import got from "got/dist/source";
|
||||||
import { promisify } from "util";
|
import { promisify } from "util";
|
||||||
import stream from "stream";
|
import stream from "stream";
|
||||||
import { noop } from "../renderer/utils";
|
import { noop } from "lodash/fp";
|
||||||
|
|
||||||
const bundledVersion = getBundledKubectlVersion();
|
const bundledVersion = getBundledKubectlVersion();
|
||||||
const kubectlMap: Map<string, string> = new Map([
|
const kubectlMap: Map<string, string> = new Map([
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user