File: go.mod

package info (click to toggle)
golang-github-hashicorp-go-retryablehttp 0.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports, forky, sid, trixie
  • size: 172 kB
  • sloc: makefile: 12
file content (8 lines) | stat: -rw-r--r-- 147 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
module github.com/hashicorp/go-retryablehttp

require (
	github.com/hashicorp/go-cleanhttp v0.5.1
	github.com/hashicorp/go-hclog v0.9.2
)

go 1.13