gin-go @ v1.10.1
integrity
- size
- 209.9 KiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/gin-gonic/gin
release notes
Changelog
Refactor
- b5af7796535d97d9c7af42539af01d787fcb3b4d: refactor: strengthen HTTPS security and improve code organization (@appleboy)
download
unix · zip
curl -fL -o v1.10.1.zip https://ratatoskr.space/pkg/gin-go/v1.10.1.zip
printf '%s %s\n' '77cbee473793a088e7f5029be533eb25efd58f13d09c6d6610924534173abd9b' 'v1.10.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/gin-go/v1.10.1.zip"
$out = "v1.10.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "77cbee473793a088e7f5029be533eb25efd58f13d09c6d6610924534173abd9b") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.10.1.tar.gz https://ratatoskr.space/pkg/gin-go/v1.10.1.tar.gz
printf '%s %s\n' '1456981b30a55293f5005097e5873cb42382067f627816a2fa121da4e035a52b' 'v1.10.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/gin-go/v1.10.1.tar.gz"
$out = "v1.10.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "1456981b30a55293f5005097e5873cb42382067f627816a2fa121da4e035a52b") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.10.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gin-go/v1.10.1.zip
printf '%s %s\n' '77cbee473793a088e7f5029be533eb25efd58f13d09c6d6610924534173abd9b' 'v1.10.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gin-go/v1.10.1.zip"
$out = "v1.10.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "77cbee473793a088e7f5029be533eb25efd58f13d09c6d6610924534173abd9b") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.10.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gin-go/v1.10.1.tar.gz
printf '%s %s\n' '1456981b30a55293f5005097e5873cb42382067f627816a2fa121da4e035a52b' 'v1.10.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gin-go/v1.10.1.tar.gz"
$out = "v1.10.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "1456981b30a55293f5005097e5873cb42382067f627816a2fa121da4e035a52b") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.10.1.zip | zip | 212.5 KiB |
blake3-24 79255345e80240b95cf36c913e127781024f4b724ceebb7a
sha256 77cbee473793a088e7f5029be533eb25efd58f13d09c6d6610924534173abd9b
sha1 267ef4d8ee28bd40f8197be0111e5b027093996b
|
| v1.10.1.tar.gz | tar.gz | 165.6 KiB |
blake3-24 a52681eced61b93f05d1efabb162055aa514cdab62018d12
sha256 1456981b30a55293f5005097e5873cb42382067f627816a2fa121da4e035a52b
sha1 7bb1265843ea8911f0a40a69f485652636686c7d
|
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.1.zip | zip | 215.2 KiB |
blake3-24 8aaa584c8c6ee4f774fe54cf97b9707c647b566ffd837692
sha256 969615046b2372c3e8cc179af69e104a9928708f51b7cd44abce80d1711920a1
sha1 53a3eedd13c0d1e97ca2fc28e1f3ce87e3ec80d7
|
install
bazel
http_archive(
name = "gin-go",
urls = ["https://ratatoskr.space/pkg/gin-go/v1.10.1.tar.gz"],
integrity = "sha256-FFaYGzClUpP1AFCX5Yc8tCOCBn9ieBai+hIdpOA1pSs=",
strip_prefix = "gin-go-v1.10.1",
)
zig
.url = "https://ratatoskr.space/pkg/gin-go/v1.10.1.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/gin-go@v1.10.1
install via yggdrasil mesh
bazel
http_archive(
name = "gin-go",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gin-go/v1.10.1.tar.gz"],
integrity = "sha256-FFaYGzClUpP1AFCX5Yc8tCOCBn9ieBai+hIdpOA1pSs=",
strip_prefix = "gin-go-v1.10.1",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gin-go/v1.10.1.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gin-go@v1.10.1