Hatchecks kind of complete

This commit is contained in:
Ara Sadoyan
2025-02-25 21:22:29 +01:00
parent 1338d04963
commit c3bd2f143e
7 changed files with 905 additions and 158 deletions

View File

@@ -6,13 +6,8 @@ edition = "2021"
[dependencies]
bytes = "1.9.0"
mini-redis = "0.4"
#async-trait = "0.1"
hyper-reverse-proxy = "0.5"
hyper = { version = "0.14", features = ["full"] }
rand = "0.8.5"
dashmap = "6.1.0"
http-body-util = "0.1"
hyper-util = { version = "0.1", features = ["full"] }
tokio = { version = "1", features = ["full"] }
#pingora = { version = "0.4", features = ["full"] }
pingora = { version = "0.4.0", features = ["lb"] }
@@ -28,4 +23,4 @@ notify = "8.0.0"
axum = "0.8.1"
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.137"
reqwest = { version = "0.12" }