Skip to content

Commit

Permalink
bump std from 0.173.0 & 0.192.0 to 0.193.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wille-io committed Jul 9, 2023
1 parent 8d9cf01 commit d9d3ae2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions acme.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import * as jose from "https://deno.land/x/jose@v4.14.4/index.ts";
import { serve } from "https://deno.land/std@0.173.0/http/server.ts";
import { serve } from "https://deno.land/std@0.193.0/http/server.ts";
import { KJUR, KEYUTIL } from "npm:jsrsasign";
import { encode as encodeBase64Url } from "https://deno.land/std@0.192.0/encoding/base64url.ts";
import { decode as decodeHex } from "https://deno.land/std@0.192.0/encoding/hex.ts";
import { encode as encodeBase64Url } from "https://deno.land/std@0.193.0/encoding/base64url.ts";
import { decode as decodeHex } from "https://deno.land/std@0.193.0/encoding/hex.ts";


export type Domain = { domainName: string, subdomains?: string[] };
Expand Down

0 comments on commit d9d3ae2

Please sign in to comment.