File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11#!/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@v3.1.6 /mod.ts" ;
3+ import { writeAll } from "https://deno.land/std@0.142 .0/io/mod.ts" ;
44import { ASKPASS_ADDRESS } from "./const.ts" ;
55
66const 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.3.1 /mod.ts" ;
2+ import * as path from "https://deno.land/std@0.142 .0/path/mod.ts" ;
3+ import * as batch from "https://deno.land/x/denops_std@v3.3.1 /batch/mod.ts" ;
4+ import * as vars from "https://deno.land/x/denops_std@v3.3.1 /variable/mod.ts" ;
5+ import * as fn from "https://deno.land/x/denops_std@v3.3.1 /function/mod.ts" ;
66import * 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" ;
7+ import { Session } from "https://deno.land/x/msgpack_rpc@v3.1.6 /mod.ts" ;
88import { ASKPASS_ADDRESS } from "./const.ts" ;
99
1010export async function main ( denops : Denops ) : Promise < void > {
You can’t perform that action at this time.
0 commit comments