feat/flaresolverr-resilience #3

Open
darklyn wants to merge 5 commits from feat/flaresolverr-resilience into main
11 changed files with 72 additions and 14 deletions
Showing only changes of commit b9cf22dc64 - Show all commits

2
go.mod
View File

@@ -13,6 +13,7 @@ require (
github.com/prometheus/client_model v0.6.2 // indirect
github.com/prometheus/common v0.65.0 // indirect
github.com/prometheus/procfs v0.17.0 // indirect
golang.org/x/net v0.42.0 // indirect
golang.org/x/sys v0.34.0 // indirect
google.golang.org/protobuf v1.36.6 // indirect
)
@@ -22,5 +23,4 @@ require (
github.com/hbollon/go-edlib v1.6.0
github.com/prometheus/client_golang v1.22.0
github.com/xhit/go-str2duration/v2 v2.1.0
golang.org/x/net v0.42.0
)