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

openfga @ v1.10.0

integrity

size
932.8 KiB
downloaded
last checked
overlays
go
detected
go module github.com/openfga/openfga
source https://github.com/openfga/openfga · available · github

release notes

OpenFGA v1.10.0 Release Notes - 2025-09-11

New Features

Added

Changed

Fixed

Shout outs

New Contributors

Full Changelog: https://github.com/openfga/openfga/compare/v1.9.5...v1.10.0

download

unix · zip
curl -fL -o v1.10.0.zip https://ratatoskr.space/pkg/openfga/v1.10.0.zip
                    printf '%s  %s\n' '2959152607a555d142ff197f8aabb1eb19492c51db994054731627c9492deaae' 'v1.10.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/openfga/v1.10.0.zip"
$out = "v1.10.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2959152607a555d142ff197f8aabb1eb19492c51db994054731627c9492deaae") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.10.0.tar.gz https://ratatoskr.space/pkg/openfga/v1.10.0.tar.gz
                    printf '%s  %s\n' 'a05f4139e4ae7528477ef157848985ec6a322642eb3c34e7f863c43fcc0abb0c' 'v1.10.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/openfga/v1.10.0.tar.gz"
$out = "v1.10.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a05f4139e4ae7528477ef157848985ec6a322642eb3c34e7f863c43fcc0abb0c") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.10.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.10.0.zip
                    printf '%s  %s\n' '2959152607a555d142ff197f8aabb1eb19492c51db994054731627c9492deaae' 'v1.10.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.10.0.zip"
$out = "v1.10.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2959152607a555d142ff197f8aabb1eb19492c51db994054731627c9492deaae") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.10.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.10.0.tar.gz
                    printf '%s  %s\n' 'a05f4139e4ae7528477ef157848985ec6a322642eb3c34e7f863c43fcc0abb0c' 'v1.10.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.10.0.tar.gz"
$out = "v1.10.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a05f4139e4ae7528477ef157848985ec6a322642eb3c34e7f863c43fcc0abb0c") { throw "sha256 mismatch" }
artifact format size hashes
v1.10.0.zip zip 935.7 KiB
blake3-24 1372ce13874a631e6c5a9d1e9eed9498b6fb3f869f514c0f
sha256 2959152607a555d142ff197f8aabb1eb19492c51db994054731627c9492deaae
sha1 60b298f30576878373b713166f94b0b5816355c1
v1.10.0.tar.gz tar.gz 734.2 KiB
blake3-24 0d524aa6d6fe1b1e1908a6adfb95dbadf6e92679c0b5e7e0
sha256 a05f4139e4ae7528477ef157848985ec6a322642eb3c34e7f863c43fcc0abb0c
sha1 afd5056536d553ff55d6b61414c598a50089d17e

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
v1.10.0.zip zip 946.3 KiB
blake3-24 5fc455e13bc2fe8657dc0743755f0f9e85cdf22d14b382d9
sha256 27c7358de3ea4975a31071744e0b6ca1249cf32d2046005c79c9cfbc998cf61b
sha1 7f0fa23e92e7beffd32c7e675712caeeea5e7aee

install

bazel
http_archive(
    name = "openfga",
    urls = ["https://ratatoskr.space/pkg/openfga/v1.10.0.tar.gz"],
    integrity = "sha256-oF9BOeSudShHfvFXhImF7GoyJkLrPDTn+GPEP8wKuww=",
    strip_prefix = "openfga-v1.10.0",
)
zig
.url = "https://ratatoskr.space/pkg/openfga/v1.10.0.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/openfga@v1.10.0
install via yggdrasil mesh
bazel
http_archive(
    name = "openfga",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.10.0.tar.gz"],
    integrity = "sha256-oF9BOeSudShHfvFXhImF7GoyJkLrPDTn+GPEP8wKuww=",
    strip_prefix = "openfga-v1.10.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.10.0.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga@v1.10.0
← v1.10.1v1.9.5 →