golang-github-hashicorp-go-retryablehttp 0.0+git20180718.e651d75-1 source package in Ubuntu

Changelog

golang-github-hashicorp-go-retryablehttp (0.0+git20180718.e651d75-1) unstable; urgency=medium

  [ Alexandre Viau ]
  * Point Vcs-* urls to salsa.debian.org.

  [ Konstantinos Margaritis ]
  * Replace golang-go with golang-any in Build-Depends, remove golang-go from Depends

  [ Dmitry Smirnov ]
  * New upstream snapshot
  * Testsuite: autopkgtest-pkg-go
  * Standards-Version: 4.2.1; Priority: optional
  * debhelper & compat to version 11
  * Added "watch" file

 -- Dmitry Smirnov <email address hidden>  Sun, 16 Sep 2018 08:46:15 +1000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-hashicorp-go-retryablehttp_0.0+git20180718.e651d75-1.dsc 2.5 KiB a3b00f293ee9d4030b59b640724780e5f0eb6f63b5708185f4405a3e5606b03f
golang-github-hashicorp-go-retryablehttp_0.0+git20180718.e651d75.orig.tar.xz 13.4 KiB b520ed869a8449ff3ee8c7ff6d5fc8b2106531ce46492008e2a1a4110d8edc79
golang-github-hashicorp-go-retryablehttp_0.0+git20180718.e651d75-1.debian.tar.xz 7.3 KiB d50df2f6c5b50e33afc06a31b7764f4a075ebe4001a9d83bf22e543ee09cde5e

No changes file available.

Binary packages built by this source

golang-github-hashicorp-go-retryablehttp-dev: retryable HTTP client in Go

 This package provides a familiar HTTP client interface with
 automatic retries and exponential backoff. It is a thin wrapper over
 the standard net/http client library and exposes nearly the same public
 API. This makes retryablehttp very easy to drop into existing programs.