yggvault ratatoskr-space connected via regular web
Color theme
also available via yggdrasil mesh http://[203:b338:2a84:a18f:986:47ae:1a4:d8d3]/pkg/go-plugin/v0.1.0
vault / go-plugin / v0.1.0

go-plugin @ v0.1.0

integrity

size
3.0 MiB
downloaded
last checked
overlays
go
detected
go module github.com/knqyf263/go-plugin
source https://github.com/knqyf263/go-plugin · available · github

release notes

Changelog

download

unix · zip
curl -fL -o v0.1.0.zip https://ratatoskr.space/pkg/go-plugin/v0.1.0.zip
                    printf '%s  %s\n' 'de3b6fcda341f83f2b87fd1e22503f0661de368788597b3c0968a77d7cff8cb5' 'v0.1.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/go-plugin/v0.1.0.zip"
$out = "v0.1.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "de3b6fcda341f83f2b87fd1e22503f0661de368788597b3c0968a77d7cff8cb5") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.1.0.tar.gz https://ratatoskr.space/pkg/go-plugin/v0.1.0.tar.gz
                    printf '%s  %s\n' '2a6ae07e61e9e7b56bbb3e900c6a6113b2084af541747cb8c89c4e4cd67ab26c' 'v0.1.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/go-plugin/v0.1.0.tar.gz"
$out = "v0.1.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2a6ae07e61e9e7b56bbb3e900c6a6113b2084af541747cb8c89c4e4cd67ab26c") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v0.1.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/go-plugin/v0.1.0.zip
                    printf '%s  %s\n' 'de3b6fcda341f83f2b87fd1e22503f0661de368788597b3c0968a77d7cff8cb5' 'v0.1.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/go-plugin/v0.1.0.zip"
$out = "v0.1.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "de3b6fcda341f83f2b87fd1e22503f0661de368788597b3c0968a77d7cff8cb5") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.1.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/go-plugin/v0.1.0.tar.gz
                    printf '%s  %s\n' '2a6ae07e61e9e7b56bbb3e900c6a6113b2084af541747cb8c89c4e4cd67ab26c' 'v0.1.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/go-plugin/v0.1.0.tar.gz"
$out = "v0.1.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2a6ae07e61e9e7b56bbb3e900c6a6113b2084af541747cb8c89c4e4cd67ab26c") { throw "sha256 mismatch" }
artifact format size hashes
v0.1.0.zip zip 3.0 MiB
blake3-24 0617a19849f95643ba9d7e03943d01a02ca16ddc90d3e760
sha256 de3b6fcda341f83f2b87fd1e22503f0661de368788597b3c0968a77d7cff8cb5
sha1 a45c01fe6b87d0b5db09dfdf6c3821f9e1599e47
v0.1.0.tar.gz tar.gz 2.9 MiB
blake3-24 d0dca52d063b5d5c59ba0c0c198ab5d1bdb08f42fcb40141
sha256 2a6ae07e61e9e7b56bbb3e900c6a6113b2084af541747cb8c89c4e4cd67ab26c
sha1 42481347b4880d6a562f24c551a59998f6d71cbd

go module archive

module zip with the module path rewritten to this mirror; fetched by go get through the GOPROXY route

artifact format size hashes
v0.1.0.zip zip 3.0 MiB
blake3-24 4ba2635da51ab99219fe93dc540e2f9ea59b2d7ab0471527
sha256 dc950318d2474563a66e5cc65a0760e220b16235f00336ba7b480e8c7fc7ba80
sha1 06277453be3c4884f3fb05f794ffee9feb527b89

install

bazel
http_archive(
    name = "go-plugin",
    urls = ["https://ratatoskr.space/pkg/go-plugin/v0.1.0.tar.gz"],
    integrity = "sha256-KmrgfmHp57Vruz6QDGphE7IISvVBdHy4yJxOTNZ6smw=",
    strip_prefix = "go-plugin-v0.1.0",
)
zig
.url = "https://ratatoskr.space/pkg/go-plugin/v0.1.0.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/go-plugin@v0.1.0
install via yggdrasil mesh
bazel
http_archive(
    name = "go-plugin",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/go-plugin/v0.1.0.tar.gz"],
    integrity = "sha256-KmrgfmHp57Vruz6QDGphE7IISvVBdHy4yJxOTNZ6smw=",
    strip_prefix = "go-plugin-v0.1.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/go-plugin/v0.1.0.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/go-plugin@v0.1.0
← v0.2.0