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

go-plugin @ v0.6.1

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.6.1.zip https://ratatoskr.space/pkg/go-plugin/v0.6.1.zip
                    printf '%s  %s\n' 'feb85b17f09f8aac1656cf7c4ec751594515a0d32899b78d3e5c6c1364237cc7' 'v0.6.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/go-plugin/v0.6.1.zip"
$out = "v0.6.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "feb85b17f09f8aac1656cf7c4ec751594515a0d32899b78d3e5c6c1364237cc7") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.6.1.tar.gz https://ratatoskr.space/pkg/go-plugin/v0.6.1.tar.gz
                    printf '%s  %s\n' 'b9dc074f9e85c6da0ac638610de6e5f83a341c5ce86241a9704eec428d1a5e4b' 'v0.6.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/go-plugin/v0.6.1.tar.gz"
$out = "v0.6.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b9dc074f9e85c6da0ac638610de6e5f83a341c5ce86241a9704eec428d1a5e4b") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v0.6.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/go-plugin/v0.6.1.zip
                    printf '%s  %s\n' 'feb85b17f09f8aac1656cf7c4ec751594515a0d32899b78d3e5c6c1364237cc7' 'v0.6.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/go-plugin/v0.6.1.zip"
$out = "v0.6.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "feb85b17f09f8aac1656cf7c4ec751594515a0d32899b78d3e5c6c1364237cc7") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.6.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/go-plugin/v0.6.1.tar.gz
                    printf '%s  %s\n' 'b9dc074f9e85c6da0ac638610de6e5f83a341c5ce86241a9704eec428d1a5e4b' 'v0.6.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/go-plugin/v0.6.1.tar.gz"
$out = "v0.6.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b9dc074f9e85c6da0ac638610de6e5f83a341c5ce86241a9704eec428d1a5e4b") { throw "sha256 mismatch" }
artifact format size hashes
v0.6.1.zip zip 3.0 MiB
blake3-24 4d340bdb937b9267412f7984c102632d16ee529b8a523866
sha256 feb85b17f09f8aac1656cf7c4ec751594515a0d32899b78d3e5c6c1364237cc7
sha1 24a20a95feebbc3435253209b82e6c4f5863ef9a
v0.6.1.tar.gz tar.gz 2.9 MiB
blake3-24 94ba6db3abc5236f3a3e8e3c27b9f7df6b34eff93437a278
sha256 b9dc074f9e85c6da0ac638610de6e5f83a341c5ce86241a9704eec428d1a5e4b
sha1 63dd9b525010f72464bcea5c364edeecf8fcbc86

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.6.1.zip zip 3.0 MiB
blake3-24 408dbb642bb2a5bbfd304b371b8aa1bb548690ff475fa7c7
sha256 615799357043a82c2f47808c02c31c3999db602bc7eda63e2ce89fc92c7f7fdd
sha1 d6fa0f07cc9dc69094fc4b55f18fcf8b4deafbd9

install

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