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/v0.1.7
vault / openfga / v0.1.7

openfga @ v0.1.7

integrity

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

release notes

Added

download

unix · zip
curl -fL -o v0.1.7.zip https://ratatoskr.space/pkg/openfga/v0.1.7.zip
                    printf '%s  %s\n' 'c97f6bf06cd025f9cfbf6d002436b7dd20329dd75230792ae282e963ee012456' 'v0.1.7.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/openfga/v0.1.7.zip"
$out = "v0.1.7.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c97f6bf06cd025f9cfbf6d002436b7dd20329dd75230792ae282e963ee012456") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.1.7.tar.gz https://ratatoskr.space/pkg/openfga/v0.1.7.tar.gz
                    printf '%s  %s\n' '8c4f6a13d6c9910824495262c1a491597ced11c4b80eedecbb200e8a6f1a40b1' 'v0.1.7.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/openfga/v0.1.7.tar.gz"
$out = "v0.1.7.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8c4f6a13d6c9910824495262c1a491597ced11c4b80eedecbb200e8a6f1a40b1") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v0.1.7.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v0.1.7.zip
                    printf '%s  %s\n' 'c97f6bf06cd025f9cfbf6d002436b7dd20329dd75230792ae282e963ee012456' 'v0.1.7.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v0.1.7.zip"
$out = "v0.1.7.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c97f6bf06cd025f9cfbf6d002436b7dd20329dd75230792ae282e963ee012456") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.1.7.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v0.1.7.tar.gz
                    printf '%s  %s\n' '8c4f6a13d6c9910824495262c1a491597ced11c4b80eedecbb200e8a6f1a40b1' 'v0.1.7.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v0.1.7.tar.gz"
$out = "v0.1.7.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8c4f6a13d6c9910824495262c1a491597ced11c4b80eedecbb200e8a6f1a40b1") { throw "sha256 mismatch" }
artifact format size hashes
v0.1.7.zip zip 356.6 KiB
blake3-24 14681a6720bacbdbb50531a13126ca761c93f6f10e5105d8
sha256 c97f6bf06cd025f9cfbf6d002436b7dd20329dd75230792ae282e963ee012456
sha1 101f6b1c3cdffec8ab166a012b19b16e2cedb643
v0.1.7.tar.gz tar.gz 293.5 KiB
blake3-24 b07017d7b16dc188be6393a36e5c6680ba48e194b2c56ee0
sha256 8c4f6a13d6c9910824495262c1a491597ced11c4b80eedecbb200e8a6f1a40b1
sha1 6b56e9e0cace36d579320791caebfc0798a1ec44

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.1.7.zip zip 308.2 KiB
blake3-24 1513086343fef6936ce3cfa51874c46b5f7422499ac836ec
sha256 43b7953682974b72049b6723ea165ec5b34963ebd36beac6f453f12fe4abb654
sha1 06c13597308dd1cdd7a3e66dd16850bc15e6a64c

install

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