feat: removed flaresolver

This commit is contained in:
2026-02-01 14:34:53 +03:00
parent 49c2ce611a
commit ed379c904a

View File

@@ -9,7 +9,6 @@ A Go client library for the IGDB (Internet Game Database) API v4. This library p
- Rate limiting support - Rate limiting support
- Automatic token management for Twitch authentication - Automatic token management for Twitch authentication
- Retry mechanism for failed requests - Retry mechanism for failed requests
- Optional FlareSolverr integration for handling Cloudflare protection
## Installation ## Installation
@@ -101,7 +100,6 @@ func main() {
- [go-resty/resty](https://github.com/go-resty/resty) - [go-resty/resty](https://github.com/go-resty/resty)
- [google/protobuf](https://github.com/google/protobuf) - [google/protobuf](https://github.com/google/protobuf)
- [bestnite/go-flaresolverr](https://github.com/bestnite/go-flaresolverr)
- [PuerkitoBio/goquery](https://github.com/PuerkitoBio/goquery) - [PuerkitoBio/goquery](https://github.com/PuerkitoBio/goquery)
## Contributing ## Contributing