golang-github-emicklei-go-restful 3.10.2-1 source package in Ubuntu

Changelog

golang-github-emicklei-go-restful (3.10.2-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 3.10.2
    CVE-2022-1996: Use exact matching for allowed domains.
  * Update Standards-Version to 4.6.2 (no changes)

 -- Shengjing Zhu <email address hidden>  Tue, 04 Apr 2023 00:23:14 +0800

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-emicklei-go-restful_3.10.2-1.dsc 1.7 KiB f4a7aa44311997b2fcf8965f1ac3370e432918c9d2c47dc9f6e7e7386d46b1b2
golang-github-emicklei-go-restful_3.10.2.orig.tar.gz 83.0 KiB a23aa505517091610c5b737de77e958b760bf730aeca440b37e21fc9ece305ae
golang-github-emicklei-go-restful_3.10.2-1.debian.tar.xz 3.0 KiB b77bf2b14d41b4becb35a5388be025b3f8462ed494898725bc07d77b812318fc

Available diffs

No changes file available.

Binary packages built by this source

golang-github-emicklei-go-restful-dev: build REST-style Web Services using Google Go

 Go-restful is a package for building REST-style Web Services using Google
 Go. REST asks developers to use HTTP methods explicitly and in a way
 that's consistent with the protocol definition. This basic REST design
 principle establishes a one-to-one mapping between create, read, update,
 and delete (CRUD) operations and HTTP methods.