golang-github-hashicorp-go-retryablehttp 0.6.2-1 source package in Ubuntu

Changelog

golang-github-hashicorp-go-retryablehttp (0.6.2-1) unstable; urgency=medium

  * New upstream release.
  * Standards-Version: 4.4.0.
  * DH & compat to version 12.
  * watch file to monitor tagged releases.
  * (Build-)Depends += "golang-github-hashicorp-go-hclog-dev".

 -- Dmitry Smirnov <email address hidden>  Thu, 26 Sep 2019 00:14:12 +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

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-hashicorp-go-retryablehttp_0.6.2-1.dsc 2.4 KiB 1e0ac65b664bdda0ede1574b043a1b63db11193cae71528a78ba65a37e47d64e
golang-github-hashicorp-go-retryablehttp_0.6.2.orig.tar.xz 14.8 KiB 7ad6b886140429317513cffb7d848505787e178d8914544222437bedf9c863e3
golang-github-hashicorp-go-retryablehttp_0.6.2-1.debian.tar.xz 7.5 KiB 092f86e22bcdb2569d8dcb22b8f79af33cc2569a31baa63737735b07c3b9a15b

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.