golang-github-gin-gonic-gin 1.8.1-1 source package in Ubuntu

Changelog

golang-github-gin-gonic-gin (1.8.1-1) unstable; urgency=medium

  * New upstream release.
  * Delete patches:
     - 0001-adjust-test-parameters.patch: no longer needed, the relevant
       tests have been marked as legacy and commented out.
     - 0002-binding-avoid-2038-problem-on-32-bit-architectures.patch: no
       longer needed (backported from upstream master at the time).
     - 0004-fix-test-failure-with-go-1.17.patch: merged upstream.
  * Add patch:
     - 0004-test-suite-add-support-for-Go-1.19.patch: cherry-pick bits
       from https://github.com/gin-gonic/gin/pull/3272 to add support for
       Go 1.19.
  * Update (Build-|)Depends:
     - Add golang-github-pelletier-go-toml.v2-dev
     - Replace golang-goprotobuf-dev with golang-google-protobuf-dev

 -- Cyril Brulebois <email address hidden>  Thu, 13 Oct 2022 18:27:57 +0000

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-gin-gonic-gin_1.8.1-1.dsc 2.5 KiB 9ac092bcb945bd51a813bb9c2d402aa4ee6476bb2e78c6e92f7b60b63553901a
golang-github-gin-gonic-gin_1.8.1.orig.tar.gz 157.9 KiB 9f6a9a6c2b96c323902d8ee1728152bafdf1894130554a93af5d3f1807c0403b
golang-github-gin-gonic-gin_1.8.1-1.debian.tar.xz 5.3 KiB 59ace21fc0ca01e085d27655185a37808a8ca90bf239514f313a8742827ea044

Available diffs

No changes file available.

Binary packages built by this source

golang-github-gin-gonic-gin-dev: HTTP web framework written in Go

 Gin is a web framework written in Go (Golang). It features a martini-like API
 with much better performance, up to 40 times faster thanks to httprouter. If
 you need performance and good productivity, you will love Gin.