openfga @ v1.2.0
integrity
- size
- 589.8 KiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/openfga/openfga
release notes
Added
- Optimizations for ListObjects and StreamedListObjects for models involving intersection (
and) and exclusion (but not) (#797)
Changed
download
unix · zip
curl -fL -o v1.2.0.zip https://ratatoskr.space/pkg/openfga/v1.2.0.zip
printf '%s %s\n' '0757dbc95b0564a124ae5eb1e80196c6042d6431378db9ebf7d684906ff073ed' 'v1.2.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/openfga/v1.2.0.zip"
$out = "v1.2.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0757dbc95b0564a124ae5eb1e80196c6042d6431378db9ebf7d684906ff073ed") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.2.0.tar.gz https://ratatoskr.space/pkg/openfga/v1.2.0.tar.gz
printf '%s %s\n' '4194f4dcc5c2d5e722be4e4bb60a8cd85e9f0033b5d014518816dbe89f1e7dbc' 'v1.2.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/openfga/v1.2.0.tar.gz"
$out = "v1.2.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4194f4dcc5c2d5e722be4e4bb60a8cd85e9f0033b5d014518816dbe89f1e7dbc") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.2.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.2.0.zip
printf '%s %s\n' '0757dbc95b0564a124ae5eb1e80196c6042d6431378db9ebf7d684906ff073ed' 'v1.2.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.2.0.zip"
$out = "v1.2.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0757dbc95b0564a124ae5eb1e80196c6042d6431378db9ebf7d684906ff073ed") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.2.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.2.0.tar.gz
printf '%s %s\n' '4194f4dcc5c2d5e722be4e4bb60a8cd85e9f0033b5d014518816dbe89f1e7dbc' 'v1.2.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.2.0.tar.gz"
$out = "v1.2.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4194f4dcc5c2d5e722be4e4bb60a8cd85e9f0033b5d014518816dbe89f1e7dbc") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.2.0.zip | zip | 590.9 KiB |
blake3-24 a3982d6a359b8986ee344cb32a9960853dd6daf06b9b08ba
sha256 0757dbc95b0564a124ae5eb1e80196c6042d6431378db9ebf7d684906ff073ed
sha1 d7a93b0733a14de2a6354d8f614794766db633cd
|
| v1.2.0.tar.gz | tar.gz | 504.5 KiB |
blake3-24 9559950d0960b9f4f4e93fc8df023ac648d269bbf5ab0734
sha256 4194f4dcc5c2d5e722be4e4bb60a8cd85e9f0033b5d014518816dbe89f1e7dbc
sha1 ffbc26b48301b5eb28ed261a01313ab83eeaa92b
|
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.2.0.zip | zip | 593.3 KiB |
blake3-24 c5d39be666784bf5b4f5b2b3675fd3cfa3fcf60a82c8b636
sha256 603348eb2eba2d1dd9688d740994f55cbe0978ef75a6223d2b1637ed2632a47b
sha1 e47649ca6d5cabbe75da6b719fe0773dec3eec46
|
install
bazel
http_archive(
name = "openfga",
urls = ["https://ratatoskr.space/pkg/openfga/v1.2.0.tar.gz"],
integrity = "sha256-QZT03MXC1ecivk5LtgqM2F6fADO10BRRiBbb6J8efbw=",
strip_prefix = "openfga-v1.2.0",
)
zig
.url = "https://ratatoskr.space/pkg/openfga/v1.2.0.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/openfga@v1.2.0
install via yggdrasil mesh
bazel
http_archive(
name = "openfga",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.2.0.tar.gz"],
integrity = "sha256-QZT03MXC1ecivk5LtgqM2F6fADO10BRRiBbb6J8efbw=",
strip_prefix = "openfga-v1.2.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.2.0.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga@v1.2.0