File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env -S deno run --no-check --allow-env=ASKPASS_ADDRESS --allow-net=127.0.0.1
2
- import { Session } from "https://deno.land/x/msgpack_rpc@v3.1.4 /mod.ts" ;
3
- import { writeAll } from "https://deno.land/std@0.128 .0/io/mod.ts" ;
2
+ import { Session } from "https://deno.land/x/msgpack_rpc@v4.0.1 /mod.ts" ;
3
+ import { writeAll } from "https://deno.land/std@0.215 .0/io/mod.ts" ;
4
4
import { ASKPASS_ADDRESS } from "./const.ts" ;
5
5
6
6
const addr = Deno . env . get ( ASKPASS_ADDRESS ) ;
Original file line number Diff line number Diff line change 1
- import type { Denops } from "https://deno.land/x/denops_std@v3.1.4 /mod.ts" ;
2
- import * as path from "https://deno.land/std@0.128 .0/path/mod.ts" ;
3
- import * as batch from "https://deno.land/x/denops_std@v3.1.4 /batch/mod.ts" ;
4
- import * as vars from "https://deno.land/x/denops_std@v3.1.4 /variable/mod.ts" ;
5
- import * as fn from "https://deno.land/x/denops_std@v3.1.4 /function/mod.ts" ;
6
- import * as unknownutil from "https://deno.land/x/unknownutil@v2.0 .0/mod.ts" ;
7
- import { Session } from "https://deno.land/x/msgpack_rpc@v3.1.4 /mod.ts" ;
1
+ import type { Denops } from "https://deno.land/x/denops_std@v6.0.1 /mod.ts" ;
2
+ import * as path from "https://deno.land/std@0.215 .0/path/mod.ts" ;
3
+ import * as batch from "https://deno.land/x/denops_std@v6.0.1 /batch/mod.ts" ;
4
+ import * as vars from "https://deno.land/x/denops_std@v6.0.1 /variable/mod.ts" ;
5
+ import * as fn from "https://deno.land/x/denops_std@v6.0.1 /function/mod.ts" ;
6
+ import * as unknownutil from "https://deno.land/x/unknownutil@v3.16 .0/mod.ts" ;
7
+ import { Session } from "https://deno.land/x/msgpack_rpc@v4.0.1 /mod.ts" ;
8
8
import { ASKPASS_ADDRESS } from "./const.ts" ;
9
9
10
10
export async function main ( denops : Denops ) : Promise < void > {
You can’t perform that action at this time.
0 commit comments