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.2.0
vault / go-plugin / v0.2.0

go-plugin @ v0.2.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.2.0.zip https://ratatoskr.space/pkg/go-plugin/v0.2.0.zip
                    printf '%s  %s\n' '32e990ca662e00cbfe1afc7f82f07900fba3a3755eee4e44062307794775ccda' 'v0.2.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/go-plugin/v0.2.0.zip"
$out = "v0.2.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "32e990ca662e00cbfe1afc7f82f07900fba3a3755eee4e44062307794775ccda") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.2.0.tar.gz https://ratatoskr.space/pkg/go-plugin/v0.2.0.tar.gz
                    printf '%s  %s\n' '93686b10f03d88b82e61eaac838609908ee0eaf69832eaae0c7c59fd348bdeb0' 'v0.2.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/go-plugin/v0.2.0.tar.gz"
$out = "v0.2.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "93686b10f03d88b82e61eaac838609908ee0eaf69832eaae0c7c59fd348bdeb0") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v0.2.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/go-plugin/v0.2.0.zip
                    printf '%s  %s\n' '32e990ca662e00cbfe1afc7f82f07900fba3a3755eee4e44062307794775ccda' 'v0.2.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/go-plugin/v0.2.0.zip"
$out = "v0.2.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "32e990ca662e00cbfe1afc7f82f07900fba3a3755eee4e44062307794775ccda") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.2.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/go-plugin/v0.2.0.tar.gz
                    printf '%s  %s\n' '93686b10f03d88b82e61eaac838609908ee0eaf69832eaae0c7c59fd348bdeb0' 'v0.2.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/go-plugin/v0.2.0.tar.gz"
$out = "v0.2.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "93686b10f03d88b82e61eaac838609908ee0eaf69832eaae0c7c59fd348bdeb0") { throw "sha256 mismatch" }
artifact format size hashes
v0.2.0.zip zip 3.0 MiB
blake3-24 320c6c65d0bf04af4fd3ec198e7b3577b4c19d47cbb66f9a
sha256 32e990ca662e00cbfe1afc7f82f07900fba3a3755eee4e44062307794775ccda
sha1 68802c5169c4b50f2daa1b1a740de7375bd1db8d
v0.2.0.tar.gz tar.gz 2.9 MiB
blake3-24 a8e93ab1b6951f7704b8c5e0e96de9d351214a36ee1c430e
sha256 93686b10f03d88b82e61eaac838609908ee0eaf69832eaae0c7c59fd348bdeb0
sha1 c7b8440130c36df49a02a8c5005b1f7e36004389

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.2.0.zip zip 3.0 MiB
blake3-24 13b66a3adbcbc8ddb9e055c57dc1948ab03c162fd708e45d
sha256 6d7bfd81a193baf4396ca1c67aa6f61bafd4f2010c58551589aa5d3850ea3dd4
sha1 1dc04025e7a41a3601e1430c70b540b22061c050

install

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