Documentation ¶
Overview ¶
Copyright 2022 Namespace Labs Inc; All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var IncludedImports = []string{
"https://deno.land/std@0.147.0/encoding/base64.ts",
}
View Source
var Pins = map[string]artifacts.Reference{ "linux/amd64": { URL: fmt.Sprintf("https://github.com/denoland/deno/releases/download/v%s/deno-x86_64-unknown-linux-gnu.zip", version), Digest: schema.Digest{ Algorithm: "sha256", Hex: "ee29ceabab5141ce56ffbb4cbb74a9662de325e5b336933d19058764ea13633d", }, }, "darwin/arm64": { URL: fmt.Sprintf("https://github.com/denoland/deno/releases/download/v%s/deno-aarch64-apple-darwin.zip", version), Digest: schema.Digest{ Algorithm: "sha256", Hex: "c29526fd6835e65505efc07d7d372943f418bc7d97d172ef86e4d86e1e42ca69", }, }, "darwin/amd64": { URL: fmt.Sprintf("https://github.com/denoland/deno/releases/download/v%s/deno-x86_64-apple-darwin.zip", version), Digest: schema.Digest{ Algorithm: "sha256", Hex: "2dd4700707baaf29548ab72d3fddd994d50f65f8c46c7044fdd4c0e6b4a94f78", }, }, }
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.