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

hjson-go @ v4.7.0

integrity

size
124.1 KiB
downloaded
last checked
overlays
go
detected
go module github.com/hjson/hjson-go/v4
source https://github.com/hjson/hjson-go · available · github

release notes

In order to avoid stack overflows now throws an error if trying to marshal (create Hjson output) from a tree deeper than 10000 levels

Tested on Go 1.12 and 1.27

download

unix · zip
curl -fL -o v4.7.0.zip https://ratatoskr.space/pkg/hjson-go/v4.7.0.zip
                    printf '%s  %s\n' 'e45a7f9c07d89c9ba419b8e33b90a282acc170911e090e37aab2819249d693d3' 'v4.7.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/hjson-go/v4.7.0.zip"
$out = "v4.7.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e45a7f9c07d89c9ba419b8e33b90a282acc170911e090e37aab2819249d693d3") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v4.7.0.tar.gz https://ratatoskr.space/pkg/hjson-go/v4.7.0.tar.gz
                    printf '%s  %s\n' '018640e61ffa4a799f30dfe41eb8f63ddda6001b20976fa02732c9f02d7933ba' 'v4.7.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/hjson-go/v4.7.0.tar.gz"
$out = "v4.7.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "018640e61ffa4a799f30dfe41eb8f63ddda6001b20976fa02732c9f02d7933ba") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v4.7.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/hjson-go/v4.7.0.zip
                    printf '%s  %s\n' 'e45a7f9c07d89c9ba419b8e33b90a282acc170911e090e37aab2819249d693d3' 'v4.7.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/hjson-go/v4.7.0.zip"
$out = "v4.7.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e45a7f9c07d89c9ba419b8e33b90a282acc170911e090e37aab2819249d693d3") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v4.7.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/hjson-go/v4.7.0.tar.gz
                    printf '%s  %s\n' '018640e61ffa4a799f30dfe41eb8f63ddda6001b20976fa02732c9f02d7933ba' 'v4.7.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/hjson-go/v4.7.0.tar.gz"
$out = "v4.7.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "018640e61ffa4a799f30dfe41eb8f63ddda6001b20976fa02732c9f02d7933ba") { throw "sha256 mismatch" }
artifact format size hashes
v4.7.0.zip zip 130.1 KiB
blake3-24 b15ffc16dff5aa4c9d76c5214b2ca48a6416cd928ee7b08f
sha256 e45a7f9c07d89c9ba419b8e33b90a282acc170911e090e37aab2819249d693d3
sha1 94f7e2a369be78bdca1f584606be0da1c7e8d832
v4.7.0.tar.gz tar.gz 61.2 KiB
blake3-24 5a45d6698f5a9c8d450a1117598b73b197cc859ab9b997f2
sha256 018640e61ffa4a799f30dfe41eb8f63ddda6001b20976fa02732c9f02d7933ba
sha1 073645caf31cce09a1c6d7c9c1289f7e85c70d14

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
v4.7.0.zip zip 138.1 KiB
blake3-24 d1b059619b9d05fba77f64587a8400df275ce3a76316b95a
sha256 b97fbcbc98fe45952c19aca3f55571148c49051493d02bcd1dd4739b57a4ddd2
sha1 e85e1ecf136be889c4668bea2dfb51fdf8c8b8ef

install

bazel
http_archive(
    name = "hjson-go",
    urls = ["https://ratatoskr.space/pkg/hjson-go/v4.7.0.tar.gz"],
    integrity = "sha256-AYZA5h/6SnmfMN/kHrj2Pd2mABsgl2+gJzLJ8C15M7o=",
    strip_prefix = "hjson-go-v4.7.0",
)
zig
.url = "https://ratatoskr.space/pkg/hjson-go/v4.7.0.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/hjson-go/v4@v4.7.0
install via yggdrasil mesh
bazel
http_archive(
    name = "hjson-go",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/hjson-go/v4.7.0.tar.gz"],
    integrity = "sha256-AYZA5h/6SnmfMN/kHrj2Pd2mABsgl2+gJzLJ8C15M7o=",
    strip_prefix = "hjson-go-v4.7.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/hjson-go/v4.7.0.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/hjson-go/v4@v4.7.0
v4.6.0 →