golang-github-google-martian 3.3.2-3 source package in Ubuntu

Changelog

golang-github-google-martian (3.3.2-3) unstable; urgency=medium

  * Team upload
  * Unset http_proxy before running tests (LP: #1942639)
    Merge patch from golang-github-google-martian/
    2.1.0+git20181219.d0b5ad3-3ubuntu1
  * Update Standards-Version to 4.6.2 (no changes)

 -- Shengjing Zhu <email address hidden>  Thu, 09 Nov 2023 15:39:05 +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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-google-martian_3.3.2-3.dsc 1.6 KiB f41f0c617a6ef5963502cbb5d5e6b888d17f9d4ebe2f781f6c1f5cc86bec5634
golang-github-google-martian_3.3.2.orig.tar.gz 156.8 KiB 9f9b6dbba2f483f037003ce72bbdc7d07470daa5aa4f3949241a0f8f4255eaa4
golang-github-google-martian_3.3.2-3.debian.tar.xz 2.9 KiB 0eb44379b1c9e9f46667f5bf7342a18cb66e3b482e96f79a5c5b6ec2885d1eab

No changes file available.

Binary packages built by this source

golang-github-google-martian-dev: Martian is a library for building custom HTTP/S proxies

 Martian Proxy is a programmable HTTP proxy designed to be used for testing.
 .
 Martian is a great tool to use if you want to:
  * Verify that all (or some subset) of requests are secure
  * Mock external services at the network layer
  * Inject headers, modify cookies or perform other mutations of HTTP requests
    and responses
  * Verify that pingbacks happen when you think they should
  * Unwrap encrypted traffic (requires install of CA certificate in browser)