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

go-plugin @ v0.6.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

go-plugin v0.6.0 notably generates configuration options to modify the wazero Runtime and ModuleConfig, as well returns errors from plugin functions. Thanks very much to @dmvolod for this work and other supporting changes!

download

unix · zip
curl -fL -o v0.6.0.zip https://ratatoskr.space/pkg/go-plugin/v0.6.0.zip
                    printf '%s  %s\n' '17d3b4e1caae97f61f1219e63ec97aecc59a493603fa28f878919bae4a940e76' 'v0.6.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/go-plugin/v0.6.0.zip"
$out = "v0.6.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "17d3b4e1caae97f61f1219e63ec97aecc59a493603fa28f878919bae4a940e76") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.6.0.tar.gz https://ratatoskr.space/pkg/go-plugin/v0.6.0.tar.gz
                    printf '%s  %s\n' '81d4c4f45638fb86b6fe85847545cb0b97f896d8407b072bba95f812cf5950ef' 'v0.6.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/go-plugin/v0.6.0.tar.gz"
$out = "v0.6.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "81d4c4f45638fb86b6fe85847545cb0b97f896d8407b072bba95f812cf5950ef") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v0.6.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/go-plugin/v0.6.0.zip
                    printf '%s  %s\n' '17d3b4e1caae97f61f1219e63ec97aecc59a493603fa28f878919bae4a940e76' 'v0.6.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/go-plugin/v0.6.0.zip"
$out = "v0.6.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "17d3b4e1caae97f61f1219e63ec97aecc59a493603fa28f878919bae4a940e76") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.6.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/go-plugin/v0.6.0.tar.gz
                    printf '%s  %s\n' '81d4c4f45638fb86b6fe85847545cb0b97f896d8407b072bba95f812cf5950ef' 'v0.6.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/go-plugin/v0.6.0.tar.gz"
$out = "v0.6.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "81d4c4f45638fb86b6fe85847545cb0b97f896d8407b072bba95f812cf5950ef") { throw "sha256 mismatch" }
artifact format size hashes
v0.6.0.zip zip 3.0 MiB
blake3-24 5435805bfbcc8998c4332fc66841bb634d0da19b490da552
sha256 17d3b4e1caae97f61f1219e63ec97aecc59a493603fa28f878919bae4a940e76
sha1 028b06bf4e353c5a2705bad40ee9036c00ca31c3
v0.6.0.tar.gz tar.gz 2.9 MiB
blake3-24 37832128abc9f2201df2a5e521e27d0771bdfac9d03f3c64
sha256 81d4c4f45638fb86b6fe85847545cb0b97f896d8407b072bba95f812cf5950ef
sha1 8577bee8f5ea20cc57b58703d67cbda57a4d98c4

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.0.zip zip 3.0 MiB
blake3-24 b44c350feacd0c6bec08e1d3e1938597d94622bf0d1f7d3e
sha256 65084ded235806f2a009fa8880927bfc433b66e0989b61e20694e002870755cc
sha1 fcaca729501f9026f638b71869438e7245b3b17e

install

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