From d29957ad17956016c35a04f5f1f98565e58e8a2e Mon Sep 17 00:00:00 2001 From: Andy Hayden Date: Wed, 6 Mar 2019 07:24:53 -0800 Subject: Replace deno.land/x/ with deno.land/std/ (denoland/deno_std#239) Original: https://github.com/denoland/deno_std/commit/0fc13fffbdb59d6aee2b11ff17a5de382273126b --- examples/gist.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/gist.ts') diff --git a/examples/gist.ts b/examples/gist.ts index f64f69226..fb6837059 100755 --- a/examples/gist.ts +++ b/examples/gist.ts @@ -2,7 +2,7 @@ // Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. const { args, env, exit, readFile } = Deno; -import { parse } from "https://deno.land/x/flags/mod.ts"; +import { parse } from "https://deno.land/std/flags/mod.ts"; function pathBase(p: string): string { const parts = p.split("/"); -- cgit v1.2.3