| module github.com/hashicorp/go-retryablehttp | |
| require ( | |
| github.com/hashicorp/go-cleanhttp v0.5.2 | |
| github.com/hashicorp/go-hclog v1.6.3 | |
| ) | |
| require ( | |
| github.com/fatih/color v1.16.0 // indirect | |
| github.com/mattn/go-colorable v0.1.13 // indirect | |
| github.com/mattn/go-isatty v0.0.20 // indirect | |
| golang.org/x/sys v0.20.0 // indirect | |
| ) | |
| go 1.23 |