fix: use lightweight bot/scraper html responses. Fixes #3253

This commit is contained in:
Gabe Kangas
2023-08-16 18:19:09 -07:00
parent 78ec6302b9
commit 1e57cff3e0
7 changed files with 262 additions and 0 deletions

1
go.mod
View File

@@ -67,6 +67,7 @@ require (
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
github.com/gorilla/css v1.0.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/mssola/user_agent v0.6.0 // indirect
github.com/oschwald/maxminddb-golang v1.11.0 // indirect
github.com/shoenig/go-m1cpu v0.1.6 // indirect
)