Skip to content

Commit

Permalink
Use jsr imports
Browse files Browse the repository at this point in the history
  • Loading branch information
swsnr committed Aug 24, 2024
1 parent 31a7b89 commit a91da94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ego-upload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.

import { basename, extname } from "https://deno.land/std@0.206.0/path/mod.ts";
import { basename, extname } from "jsr:std/path@1";

import {
Confirm,
Input,
Secret,
} from "https://deno.land/x/cliffy@v1.0.0-rc.3/prompt/mod.ts";
} from "jsr:cliffy/prompt@1.0.0-rc.5";
import {
Command,
CompletionsCommand,
} from "https://deno.land/x/cliffy@v1.0.0-rc.3/command/mod.ts";
} from "jsr:cliffy/command@v1.0.0-rc.5";

const VERSION = "1.2.0";

Expand Down

0 comments on commit a91da94

Please sign in to comment.