Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

Package Usage: go: github.com/hashicorp/go-retryablehttp

Package retryablehttp 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. retryablehttp performs automatic retries under certain conditions. Mainly, if an error is returned by the client (connection errors etc), or if a 500-range response is received, then a retry is invoked. Otherwise, the response is returned and left to the caller to interpret. Requests which take a request body should provide a non-nil function parameter. The best choice is to provide either a function satisfying ReaderFunc which provides multiple io.Readers in an efficient manner, a *bytes.Buffer (the underlying raw byte slice will be used) or a raw byte slice. As it is a reference type, and we will wrap it as needed by readers, we can efficiently re-use the request body without needing to copy it. If an io.Reader (such as a *bytes.Reader) is provided, the full body will be read prior to the first request, and will be efficiently re-used for any retries. ReadSeeker can be used, but some users have observed occasional data races between the net/http library and the Seek functionality of some implementations of ReadSeeker, so should be avoided if possible.
20 versions
Latest release: 6 months ago
10,318 dependent packages

View more package details: https://packages.ecosyste.ms/registries/proxy.golang.org/packages/github.com/hashicorp/go-retryablehttp

View more repository details: https://repos.ecosyste.ms/hosts/GitHub/repositories/hashicorp%2Fgo-retryablehttp

Dependent Repos 34,302

ossf/scorecard-action
Official GitHub Action for OpenSSF Scorecard.
  • v0.7.1 go.mod
  • v0.5.3 go.sum
  • v0.6.4 go.sum
  • v0.6.6 go.sum
  • v0.6.8 go.sum
  • v0.7.0 go.sum
  • v0.7.1 go.sum

Size: 6.39 MB - Last synced: 4 days ago - Pushed: 4 days ago

zeromike/syft Fork of anchore/syft
CLI tool and library for generating a Software Bill of Materials from container images and filesystems
  • v0.7.1 go.mod
  • v0.5.3 go.sum
  • v0.6.4 go.sum
  • v0.6.6 go.sum
  • v0.7.0 go.sum
  • v0.7.1 go.sum

Size: 10.4 MB - Last synced: 12 months ago - Pushed: almost 2 years ago

aberja/argo Fork of argoproj/argo-workflows
Argo Workflows: Get stuff done with Kubernetes.
  • v0.5.3 go.sum
  • v0.6.8 go.sum

Size: 67.2 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

krasish/test-infra Fork of kyma-project/test-infra
Test infrastructure for the Kyma project.
  • v0.5.3 development/gcp/cloud-functions/getfailureinstancedetails/go.sum
  • v0.6.2 development/gcp/cloud-functions/getfailureinstancedetails/go.sum
  • v0.6.4 development/gcp/cloud-functions/getfailureinstancedetails/go.sum
  • v0.6.6 development/gcp/cloud-functions/getfailureinstancedetails/go.sum
  • v0.7.0 development/gcp/cloud-functions/getfailureinstancedetails/go.sum
  • v0.5.3 development/kyma-ci-force-bot/ciforcebot/go.sum
  • v0.6.2 development/kyma-ci-force-bot/ciforcebot/go.sum
  • v0.6.4 development/kyma-ci-force-bot/ciforcebot/go.sum
  • v0.6.6 development/kyma-ci-force-bot/ciforcebot/go.sum
  • v0.7.0 development/kyma-ci-force-bot/ciforcebot/go.sum
  • v0.5.3 go.sum
  • v0.6.4 go.sum
  • v0.6.6 go.sum

Size: 15.3 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

ffuf-glanz/terraform-provider-azuredevops Fork of feilfeilundfeil/terraform-provider-azuredevops
Terraform provider for Azure DevOps
  • v0.5.2 go.sum

Size: 19.8 MB - Last synced: about 1 year ago - Pushed: over 1 year ago

philip-teleport/teleport Fork of gravitational/teleport
Certificate authority and access plane for SSH, Kubernetes, web apps, databases and desktops
  • v0.6.3 build.assets/tooling/go.mod
  • v0.6.3 build.assets/tooling/go.sum

Size: 521 MB - Last synced: 16 days ago - Pushed: 19 days ago

spolti/kie-cloud-operator Fork of kiegroup/kie-cloud-operator
OCP Operator for KIE
  • v0.5.3 go.sum

Size: 100 MB - Last synced: 8 months ago - Pushed: 8 months ago

cheqd/tendermint Fork of tendermint/tendermint
⟁ Tendermint Core (BFT Consensus) in Go
  • v0.5.3 go.sum

Size: 142 MB - Last synced: 24 days ago - Pushed: over 1 year ago

fahedouch/crossplane-runtime Fork of crossplane/crossplane-runtime
A set of libraries for writing Crossplane controllers.
  • v0.6.6 go.mod
  • v0.5.3 go.sum
  • v0.6.6 go.sum

Size: 2.37 MB - Last synced: 10 months ago - Pushed: 10 months ago

observIQ/grafana-agent Fork of grafana/agent
Telemetry agent for the LGTM stack.
  • v0.7.1 go.mod
  • v0.0.0-20180531211321-3b087ef2d313 go.sum
  • v0.5.3 go.sum
  • v0.5.4 go.sum
  • v0.6.6 go.sum
  • v0.7.1 go.sum

Size: 48.3 MB - Last synced: 5 months ago - Pushed: 5 months ago

tharun208/loki Fork of grafana/loki
Like Prometheus, but for logs.
  • v0.0.0-20180531211321-3b087ef2d313 go.sum
  • v0.5.3 go.sum
  • v0.7.1 go.sum
  • v0.5.3 operator/go.sum
  • v0.5.3 tools/lambda-promtail/go.sum

Size: 168 MB - Last synced: 16 days ago - Pushed: about 1 year ago

Team-Kujira/ibc-go Fork of cosmos/ibc-go
Interblockchain Communication Protocol (IBC) implementation in Golang.
  • v0.5.3 e2e/go.sum
  • v0.5.3 go.sum

Size: 30.2 MB - Last synced: 13 days ago - Pushed: 7 months ago

antonyggvzvmnxxcx/linkerd2 Fork of linkerd/linkerd2
Ultralight, security-first service mesh for Kubernetes. Main repo for Linkerd 2.x.
  • v0.5.3 go.sum

Size: 33.5 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

jan--f/telemeter Fork of openshift/telemeter
Prometheus push federation
  • v0.5.3 tools/go.sum

Size: 35 MB - Last synced: 11 months ago - Pushed: 11 months ago

rfay/ddev Fork of ddev/ddev
Drud dev: a local development environment management system
  • v0.5.3 go.sum

Size: 110 MB - Last synced: about 12 hours ago - Pushed: 1 day ago

FranLucchini/try_seldonCore_JenkinsX
Check how to use Seldon Core with Jenkins X
  • v0.5.4 versionStream/tests/go.sum

Size: 244 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago

carlkyrillos/integreatly-operator Fork of integr8ly/integreatly-operator
An Openshift Operator based on the Operator SDK for installing and reconciling Integreatly services
  • v0.6.6 go.sum
  • v0.7.0 go.sum

Size: 126 MB - Last synced: 15 days ago - Pushed: 15 days ago

rancher-max/rancher Fork of rancher/rancher
Complete container management platform
  • v0.7.0 go.mod
  • v0.7.0 go.sum

Size: 131 MB - Last synced: 22 days ago - Pushed: 22 days ago

accuknox/tools
Collection of command line tools to deploy policy engines, policy discovery engines and associated components.
  • v0.5.3 container-snapshot/go.sum

Size: 40.1 MB - Last synced: 10 months ago - Pushed: 10 months ago

jrivera-px/operator Fork of libopenstorage/operator
Storage operator for Kubernetes
  • v0.5.3 go.sum
  • v0.5.4 go.sum
  • v0.6.2 go.sum
  • v0.6.6 go.sum

Size: 34.9 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

paketo-buildpacks/go
A Cloud Native Buildpack for Go
  • v0.5.3 go.sum
  • v0.6.4 go.sum
  • v0.6.6 go.sum
  • v0.6.8 go.sum
  • v0.7.0 go.sum

Size: 82.6 MB - Last synced: 6 minutes ago - Pushed: about 2 hours ago

slachiewicz/kubernetes-client Fork of fabric8io/kubernetes-client
Java client for Kubernetes & OpenShift
  • v0.5.3 extensions/camel-k/generator-v1/go.sum
  • v0.6.4 extensions/camel-k/generator-v1/go.sum
  • v0.6.6 extensions/camel-k/generator-v1/go.sum
  • v0.6.4 extensions/camel-k/generator-v1alpha1/go.sum
  • v0.6.6 extensions/camel-k/generator-v1alpha1/go.sum
  • v0.5.4 extensions/certmanager/generator-v1/go.sum
  • v0.5.4 extensions/certmanager/generator-v1alpha2/go.sum
  • v0.5.4 extensions/certmanager/generator-v1alpha3/go.sum
  • v0.5.4 extensions/certmanager/generator-v1beta1/go.sum
  • v0.5.3 extensions/knative/generator/go.sum
  • v0.6.4 extensions/knative/generator/go.sum
  • v0.6.6 extensions/knative/generator/go.sum
  • v0.6.7 extensions/knative/generator/go.sum
  • v0.5.3 extensions/tekton/generator-v1beta1/go.sum
  • v0.6.4 extensions/tekton/generator-v1beta1/go.sum
  • v0.6.6 extensions/tekton/generator-v1beta1/go.sum

Size: 466 MB - Last synced: about 3 hours ago - Pushed: about 8 hours ago

mdisibio/tempo Fork of grafana/tempo
Grafana Tempo is a high volume, minimal dependency trace storage.
  • v0.5.3 go.sum
  • v0.5.4 go.sum
  • v0.7.1 go.sum

Size: 137 MB - Last synced: about 6 hours ago - Pushed: 1 day ago

paketo-buildpacks/dotnet-core
A Cloud Native Buildpack for .NET Core
  • v0.5.3 go.sum
  • v0.6.4 go.sum
  • v0.6.6 go.sum
  • v0.6.8 go.sum
  • v0.7.0 go.sum

Size: 134 MB - Last synced: about 23 hours ago - Pushed: 1 day ago

cilium/cilium-olm 📦
  • v0.6.4 tools/go.sum
  • v0.6.6 tools/go.sum

Size: 982 KB - Last synced: 9 months ago - Pushed: 12 months ago

influxdata/influxdb-observability
  • v0.5.3 tests-integration/go.sum
  • v0.5.4 tests-integration/go.sum

Size: 2.21 MB - Last synced: 11 days ago - Pushed: 11 days ago

Zondax/rosetta-filecoin-lib
  • v0.5.3 go.sum

Size: 337 KB - Last synced: 10 days ago - Pushed: 10 days ago

RafaySystems/terraform-provider-rafay
Rafay terraform provider
  • v0.5.3 go.sum

Size: 4.33 MB - Last synced: about 22 hours ago - Pushed: 1 day ago

dariuszSki/zbgp-speaker
  • v0.5.3 go.sum

Size: 53.7 KB - Last synced: 9 months ago - Pushed: 9 months ago

mirakl/lib-vault
Provides useful vault api for golang project
  • v0.7.1 go.mod
  • v0.5.3 go.sum

Size: 205 KB - Last synced: about 18 hours ago - Pushed: 1 day ago