gin-go @ v1.1.3
integrity
- size
- 135.6 KiB
- downloaded
- last checked
release notes
- Reverted Logger: skip ANSI color commands PR https://github.com/gin-gonic/gin/pull/744 https://github.com/gin-gonic/gin/pull/753
download
unix · zip
curl -fL -o v1.1.3.zip https://ratatoskr.space/pkg/gin-go/v1.1.3.zip
printf '%s %s\n' 'c7c1f59b7ef12759c51781eeda353cc56cf9fefe52681661ddfe84ed3e19d042' 'v1.1.3.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/gin-go/v1.1.3.zip"
$out = "v1.1.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c7c1f59b7ef12759c51781eeda353cc56cf9fefe52681661ddfe84ed3e19d042") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.1.3.tar.gz https://ratatoskr.space/pkg/gin-go/v1.1.3.tar.gz
printf '%s %s\n' 'fdbbd34982218273fadeaf22da121ed40c85ba0a3678f9da543f7ee90a436708' 'v1.1.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/gin-go/v1.1.3.tar.gz"
$out = "v1.1.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "fdbbd34982218273fadeaf22da121ed40c85ba0a3678f9da543f7ee90a436708") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.1.3.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gin-go/v1.1.3.zip
printf '%s %s\n' 'c7c1f59b7ef12759c51781eeda353cc56cf9fefe52681661ddfe84ed3e19d042' 'v1.1.3.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gin-go/v1.1.3.zip"
$out = "v1.1.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c7c1f59b7ef12759c51781eeda353cc56cf9fefe52681661ddfe84ed3e19d042") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.1.3.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gin-go/v1.1.3.tar.gz
printf '%s %s\n' 'fdbbd34982218273fadeaf22da121ed40c85ba0a3678f9da543f7ee90a436708' 'v1.1.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gin-go/v1.1.3.tar.gz"
$out = "v1.1.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "fdbbd34982218273fadeaf22da121ed40c85ba0a3678f9da543f7ee90a436708") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.1.3.zip | zip | 136.7 KiB |
blake3-24 fc323740cb90eda62c6fc6fda313572b4866ab1e54cea6d3
sha256 c7c1f59b7ef12759c51781eeda353cc56cf9fefe52681661ddfe84ed3e19d042
sha1 ba3fbf0085c41dfe0d1b781a478f5ff338c0683f
|
| v1.1.3.tar.gz | tar.gz | 108.4 KiB |
blake3-24 40519ec379623a62528ab44d1e823ef537b2ddfcb4611a99
sha256 fdbbd34982218273fadeaf22da121ed40c85ba0a3678f9da543f7ee90a436708
sha1 023ecd3b1e2e2aea2dbfad89e2f38a913fdc067c
|
install
bazel
http_archive(
name = "gin-go",
urls = ["https://ratatoskr.space/pkg/gin-go/v1.1.3.tar.gz"],
integrity = "sha256-/bvTSYIhgnP63q8i2hIe1AyFugo2ePnaVD9+6QpDZwg=",
strip_prefix = "gin-go-v1.1.3",
)
zig
.url = "https://ratatoskr.space/pkg/gin-go/v1.1.3.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "gin-go",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gin-go/v1.1.3.tar.gz"],
integrity = "sha256-/bvTSYIhgnP63q8i2hIe1AyFugo2ePnaVD9+6QpDZwg=",
strip_prefix = "gin-go-v1.1.3",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gin-go/v1.1.3.tar.gz",