gin-go @ v1.8.2
integrity
- size
- 203.0 KiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/gin-gonic/gin
release notes
Changelog
Bug fixes
- 0c2a691 fix(engine): missing route params for CreateTestContext (#2778) (#2803)
- e305e21 fix(route): redirectSlash bug (#3227)
Others
- 6a2a260 Fix the GO-2022-1144 vulnerability (#3432)
download
unix · zip
curl -fL -o v1.8.2.zip https://ratatoskr.space/pkg/gin-go/v1.8.2.zip
printf '%s %s\n' '536f38b4d9508508ab74083a8b72248902bf50b20dbee80cb35354159fc97f66' 'v1.8.2.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/gin-go/v1.8.2.zip"
$out = "v1.8.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "536f38b4d9508508ab74083a8b72248902bf50b20dbee80cb35354159fc97f66") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.8.2.tar.gz https://ratatoskr.space/pkg/gin-go/v1.8.2.tar.gz
printf '%s %s\n' 'f0f63bffb4edfc96a94ce3b84923d37b4f7fea50ce32e3519848aef6fbede755' 'v1.8.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/gin-go/v1.8.2.tar.gz"
$out = "v1.8.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f0f63bffb4edfc96a94ce3b84923d37b4f7fea50ce32e3519848aef6fbede755") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.8.2.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gin-go/v1.8.2.zip
printf '%s %s\n' '536f38b4d9508508ab74083a8b72248902bf50b20dbee80cb35354159fc97f66' 'v1.8.2.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gin-go/v1.8.2.zip"
$out = "v1.8.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "536f38b4d9508508ab74083a8b72248902bf50b20dbee80cb35354159fc97f66") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.8.2.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gin-go/v1.8.2.tar.gz
printf '%s %s\n' 'f0f63bffb4edfc96a94ce3b84923d37b4f7fea50ce32e3519848aef6fbede755' 'v1.8.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gin-go/v1.8.2.tar.gz"
$out = "v1.8.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f0f63bffb4edfc96a94ce3b84923d37b4f7fea50ce32e3519848aef6fbede755") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.8.2.zip | zip | 205.7 KiB |
blake3-24 f4e64a39186c09cc1203b8f978abde9aba029ad8f0e6d20d
sha256 536f38b4d9508508ab74083a8b72248902bf50b20dbee80cb35354159fc97f66
sha1 8786bde74a850af9aa8ed80705be71a2201e65a8
|
| v1.8.2.tar.gz | tar.gz | 159.1 KiB |
blake3-24 2d319fdf1c8eeca37714bcffd86eb8dc2f96b4c989edea3a
sha256 f0f63bffb4edfc96a94ce3b84923d37b4f7fea50ce32e3519848aef6fbede755
sha1 4f83592c5f6304e822d594cf257a6629903e5617
|
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.8.2.zip | zip | 208.4 KiB |
blake3-24 2a8abd9ab78b6836ad3c1c4be949160079d3d9820cc76c7b
sha256 1575db11741cd997b6bd218b7b545812ebcce1a8f794616e7df3f173b6299e9e
sha1 591426288842d8443fd7bfa9e0e710624b9afd5d
|
install
bazel
http_archive(
name = "gin-go",
urls = ["https://ratatoskr.space/pkg/gin-go/v1.8.2.tar.gz"],
integrity = "sha256-8PY7/7Tt/JapTOO4SSPTe09/6lDOMuNRmEiu9vvt51U=",
strip_prefix = "gin-go-v1.8.2",
)
zig
.url = "https://ratatoskr.space/pkg/gin-go/v1.8.2.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/gin-go@v1.8.2
install via yggdrasil mesh
bazel
http_archive(
name = "gin-go",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gin-go/v1.8.2.tar.gz"],
integrity = "sha256-8PY7/7Tt/JapTOO4SSPTe09/6lDOMuNRmEiu9vvt51U=",
strip_prefix = "gin-go-v1.8.2",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gin-go/v1.8.2.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gin-go@v1.8.2