feat: try to bypass CF

This commit is contained in:
rramiachraf 2023-06-05 17:37:29 +01:00
parent 2df3c83ffa
commit 3e5edf2f16
4 changed files with 39 additions and 7 deletions

8
go.mod
View file

@ -6,11 +6,15 @@ require (
github.com/PuerkitoBio/goquery v1.8.0
github.com/allegro/bigcache/v3 v3.0.2
github.com/gorilla/mux v1.8.0
github.com/sirupsen/logrus v1.9.0
github.com/sirupsen/logrus v1.9.3
)
require (
github.com/andybalholm/cascadia v1.3.1 // indirect
github.com/caffix/cloudflare-roundtripper v0.0.0-20181218223503-4c29d231c9cb // indirect
github.com/robertkrimen/otto v0.2.1 // indirect
golang.org/x/net v0.0.0-20210916014120-12bc252f5db8 // indirect
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
golang.org/x/text v0.4.0 // indirect
gopkg.in/sourcemap.v1 v1.0.5 // indirect
)