hjson-go @ v4.5.0
integrity
- size
- 123.6 KiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/hjson/hjson-go/v4
release notes
In order to avoid stack overflows now throws an error if input Hjson contains a tree deeper than 10000 levels
The file go.mod now specifies go 1.12 instead of go 1.11
Tested on Go 1.12 and 1.24
download
unix · zip
curl -fL -o v4.5.0.zip https://ratatoskr.space/pkg/hjson-go/v4.5.0.zip
printf '%s %s\n' 'c8e84eff8c8f05f2e570847cdcc0e5b5781ba9892f209484c38095a41a1a4e55' 'v4.5.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/hjson-go/v4.5.0.zip"
$out = "v4.5.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c8e84eff8c8f05f2e570847cdcc0e5b5781ba9892f209484c38095a41a1a4e55") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v4.5.0.tar.gz https://ratatoskr.space/pkg/hjson-go/v4.5.0.tar.gz
printf '%s %s\n' '91efc3a0d456ec0a3523383451d2dc3d6525344f88395aa7b230da0470b18896' 'v4.5.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/hjson-go/v4.5.0.tar.gz"
$out = "v4.5.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "91efc3a0d456ec0a3523383451d2dc3d6525344f88395aa7b230da0470b18896") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v4.5.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/hjson-go/v4.5.0.zip
printf '%s %s\n' 'c8e84eff8c8f05f2e570847cdcc0e5b5781ba9892f209484c38095a41a1a4e55' 'v4.5.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/hjson-go/v4.5.0.zip"
$out = "v4.5.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c8e84eff8c8f05f2e570847cdcc0e5b5781ba9892f209484c38095a41a1a4e55") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v4.5.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/hjson-go/v4.5.0.tar.gz
printf '%s %s\n' '91efc3a0d456ec0a3523383451d2dc3d6525344f88395aa7b230da0470b18896' 'v4.5.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/hjson-go/v4.5.0.tar.gz"
$out = "v4.5.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "91efc3a0d456ec0a3523383451d2dc3d6525344f88395aa7b230da0470b18896") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v4.5.0.zip | zip | 129.6 KiB |
blake3-24 ffaa817b750ff2b17bf7859981e49f25c22a07d4a8bf5818
sha256 c8e84eff8c8f05f2e570847cdcc0e5b5781ba9892f209484c38095a41a1a4e55
sha1 b9cdd64622acf5dc758b7175bccaf994ad5416e6
|
| v4.5.0.tar.gz | tar.gz | 60.7 KiB |
blake3-24 379f6557c833b94478591437c15b3351a8f8b94e0fe61b30
sha256 91efc3a0d456ec0a3523383451d2dc3d6525344f88395aa7b230da0470b18896
sha1 00d2bd8a5d63be1095ea191e4525223131cc5bfb
|
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.5.0.zip | zip | 137.6 KiB |
blake3-24 128cc84f13d5b813881895a018ccfa783741c25e73293456
sha256 918dd4abe45102ac7e55c8ae161a5a7451043203b7f884c28eedf5036d9b8942
sha1 ff5517e059add8c1559079fc9dd57a622df683ac
|
install
bazel
http_archive(
name = "hjson-go",
urls = ["https://ratatoskr.space/pkg/hjson-go/v4.5.0.tar.gz"],
integrity = "sha256-ke/DoNRW7Ao1Izg0UdLcPWUlNE+IOVqnsjDaBHCxiJY=",
strip_prefix = "hjson-go-v4.5.0",
)
zig
.url = "https://ratatoskr.space/pkg/hjson-go/v4.5.0.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/hjson-go/v4@v4.5.0
install via yggdrasil mesh
bazel
http_archive(
name = "hjson-go",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/hjson-go/v4.5.0.tar.gz"],
integrity = "sha256-ke/DoNRW7Ao1Izg0UdLcPWUlNE+IOVqnsjDaBHCxiJY=",
strip_prefix = "hjson-go-v4.5.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/hjson-go/v4.5.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.5.0