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

goopenapigen @ v0.4.0

integrity

size
69.7 KiB
downloaded
last checked
overlays
go
detected
go module github.com/amazing-generators/goopenapigen

release notes

What's Changed

New Contributors

Full Changelog: https://github.com/amazing-generators/goopenapigen/commits/v0.4.0

download

unix · zip
curl -fL -o v0.4.0.zip https://ratatoskr.space/pkg/goopenapigen/v0.4.0.zip
                    printf '%s  %s\n' 'f52b4b5be6d489689a6caa88cada63be18df856a7d9912856c49bcfd88f47792' 'v0.4.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/goopenapigen/v0.4.0.zip"
$out = "v0.4.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f52b4b5be6d489689a6caa88cada63be18df856a7d9912856c49bcfd88f47792") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.4.0.tar.gz https://ratatoskr.space/pkg/goopenapigen/v0.4.0.tar.gz
                    printf '%s  %s\n' '9bfffafdf147dc666c4a96eb31c0ee5295f2ef51b00e3be7216ebd5b75cbfa3d' 'v0.4.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/goopenapigen/v0.4.0.tar.gz"
$out = "v0.4.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "9bfffafdf147dc666c4a96eb31c0ee5295f2ef51b00e3be7216ebd5b75cbfa3d") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v0.4.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goopenapigen/v0.4.0.zip
                    printf '%s  %s\n' 'f52b4b5be6d489689a6caa88cada63be18df856a7d9912856c49bcfd88f47792' 'v0.4.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goopenapigen/v0.4.0.zip"
$out = "v0.4.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f52b4b5be6d489689a6caa88cada63be18df856a7d9912856c49bcfd88f47792") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.4.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goopenapigen/v0.4.0.tar.gz
                    printf '%s  %s\n' '9bfffafdf147dc666c4a96eb31c0ee5295f2ef51b00e3be7216ebd5b75cbfa3d' 'v0.4.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goopenapigen/v0.4.0.tar.gz"
$out = "v0.4.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "9bfffafdf147dc666c4a96eb31c0ee5295f2ef51b00e3be7216ebd5b75cbfa3d") { throw "sha256 mismatch" }
artifact format size hashes
v0.4.0.zip zip 69.2 KiB
blake3-24 1d0808b9cd275eec174c6323ac15c2b1dc60861045859d26
sha256 f52b4b5be6d489689a6caa88cada63be18df856a7d9912856c49bcfd88f47792
sha1 339afbc8bde94f47a0865c6da627e103874d5140
v0.4.0.tar.gz tar.gz 51.2 KiB
blake3-24 e5b31ff3a5504ab0caad8057b8b7a4a48cd2ea4b78728f95
sha256 9bfffafdf147dc666c4a96eb31c0ee5295f2ef51b00e3be7216ebd5b75cbfa3d
sha1 a9411630b381752218a90ed40a76b868d40ab942

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.4.0.zip zip 70.0 KiB
blake3-24 0b4a785ee685c6f5c5d06f2618067a2166dee168eac9cb9d
sha256 e5ea68bec547a9d47ed49b820300c8e6bb215db42ce39701c3b88ed39da62e46
sha1 a24e87dd681fd177216af60e6dc3e61e74e3401e

install

bazel
http_archive(
    name = "goopenapigen",
    urls = ["https://ratatoskr.space/pkg/goopenapigen/v0.4.0.tar.gz"],
    integrity = "sha256-m//6/fFH3GZsSpbrMcDuUpXy71GwDjvnIW69W3XL+j0=",
    strip_prefix = "goopenapigen-v0.4.0",
)
zig
.url = "https://ratatoskr.space/pkg/goopenapigen/v0.4.0.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/goopenapigen@v0.4.0
install via yggdrasil mesh
bazel
http_archive(
    name = "goopenapigen",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goopenapigen/v0.4.0.tar.gz"],
    integrity = "sha256-m//6/fFH3GZsSpbrMcDuUpXy71GwDjvnIW69W3XL+j0=",
    strip_prefix = "goopenapigen-v0.4.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goopenapigen/v0.4.0.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goopenapigen@v0.4.0
v0.3.0 →