File tree 2 files changed +8
-8
lines changed 2 files changed +8
-8
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/[email protected] .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/[email protected] .5 /mod.ts" ;
3
+ import { writeAll } from "https://deno.land/std@0.132 .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" ;
1
+ import type { Denops } from "https://deno.land/x/denops_std@v3.2.0 /mod.ts" ;
2
+ import * as path from "https://deno.land/std@0.132 .0/path/mod.ts" ;
3
+ import * as batch from "https://deno.land/x/denops_std@v3.2.0 /batch/mod.ts" ;
4
+ import * as vars from "https://deno.land/x/denops_std@v3.2.0 /variable/mod.ts" ;
5
+ import * as fn from "https://deno.land/x/denops_std@v3.2.0 /function/mod.ts" ;
6
6
import * as unknownutil from "https://deno.land/x/[email protected] /mod.ts" ;
7
- import { Session } from "https://deno.land/x/[email protected] .4 /mod.ts" ;
7
+ import { Session } from "https://deno.land/x/[email protected] .5 /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