golang-github-jarcoal-httpmock 1.3.1-1 source package in Ubuntu

Changelog

golang-github-jarcoal-httpmock (1.3.1-1) unstable; urgency=medium

  * Team upload
  * New upstream release
    - Trimmed d/changelog entry for 1.2.0-1, as it was apparently never
      actually uploaded to the archive
  * d/control:
    - Update Section to golang
    - Update Standards-Version to 4.6.2 (no changes needed)
    - Update Build-Depends and Depends
    - Add Rules-Requires-Root: no
  * d/copyright:
    - Drop unneeded Files-Excluded

 -- Mathias Gibbens <email address hidden>  Thu, 28 Dec 2023 00:42:19 +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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-jarcoal-httpmock_1.3.1-1.dsc 2.3 KiB 06ef6b5edb91388e0109ec46384d7129dd88603234e84a7527f7f8ba0bc0806c
golang-github-jarcoal-httpmock_1.3.1.orig.tar.gz 40.1 KiB 0f2f368dfda05ca898547ce2f77ab8e308fe2db865fe0ac1219b290cf6603fe1
golang-github-jarcoal-httpmock_1.3.1-1.debian.tar.xz 2.7 KiB 685b4d7d91828196f9b7e80dd67fc14be36eb7ee2bc6b005ebfe30412a422223

Available diffs

No changes file available.

Binary packages built by this source

golang-github-jarcoal-httpmock-dev: HTTP mocking for Golang

 This package contains software for easy mocking of http responses from
 external resources.
 .
 Activate starts the mock environment. This should be called before your
 tests run. Under the hood this replaces the Transport on the
 http.DefaultClient with DefaultTransport.