Improved HTTP client with rate limiting and retries

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
2025-05-06 13:37:43 +01:00
parent f5041fcb91
commit 4b9fb0afe6
4 changed files with 83 additions and 33 deletions

1
go.mod
View File

@@ -5,4 +5,5 @@ go 1.24.0
require (
github.com/joho/godotenv v1.5.1
golang.org/x/net v0.39.0
golang.org/x/time v0.11.0
)