golang-github-goji-httpauth 0.0~git20160601.2da839a-3 source package in Ubuntu

Changelog

golang-github-goji-httpauth (0.0~git20160601.2da839a-3) unstable; urgency=low

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

  [ Thorsten Alteholz ]
  * update watch file

 -- Thorsten Alteholz <email address hidden>  Sun, 22 Nov 2020 15:17:24 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-goji-httpauth_0.0~git20160601.2da839a-3.dsc 2.4 KiB 366f90a0d49bd6a6abb4a126a00dfd7d560ae67a9265dd165bef85868d0296b2
golang-github-goji-httpauth_0.0~git20160601.2da839a.orig.tar.xz 4.7 KiB 4b380b3b256ecb984a56a313e6e6fcceb717f21354b3eaf02495e1a5cf8b0126
golang-github-goji-httpauth_0.0~git20160601.2da839a-3.debian.tar.xz 2.2 KiB 17b58bb34d19a0b625262a75fae1c05c57d911dd889f3d799849b9ad0cce15b4

No changes file available.

Binary packages built by this source

golang-github-goji-httpauth-dev: HTTP Authentication middleware

 This package provides HTTP Basic Authentication middleware for Go.
 It is compatible with Go's own net/http, goji, Gin and anything
 that speaks the http.Handler interface.
 .
 Example httpauth provides a SimpleBasicAuth function to get you up and
 running.