1module github.com/hashicorp/go-retryablehttp
2
3require (
4	github.com/hashicorp/go-cleanhttp v0.5.1
5	github.com/hashicorp/go-hclog v0.9.2
6)
7