Skip to content

Commit

Permalink
chore: remove outdated governor vendor (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
koushiro authored Jun 20, 2024
1 parent b817d2e commit ef99aed
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 79 deletions.
6 changes: 0 additions & 6 deletions .gitmodules

This file was deleted.

118 changes: 51 additions & 67 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 3 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,18 @@ chrono = "0.4.24"
clap = { version = "4.1.1", features = ["derive"] }
enumflags2 = "0.7.7"
futures = "0.3.25"
garde = { version = "0.18", features = ["full"] }
governor = "0.6.3"
http = "1"
http-body = "1"
http-body-util = "0.1"
hyper = "1.3"
jsonrpsee = { version = "0.23", features = ["full"] }
moka = { version = "0.12", features = ["future"] }
opentelemetry = { version = "0.21.0" }
opentelemetry-datadog = { version = "0.9.0", features = ["reqwest-client"] }
opentelemetry-jaeger = { version = "0.20.0", features = ["rt-tokio"] }
opentelemetry_sdk = { version = "0.21.1", features = ["rt-tokio", "trace"] }

rand = "0.8.5"
regex = "1.10.4"
serde = "1.0.152"
Expand All @@ -45,10 +47,6 @@ tower-http = { version = "0.5.2", features = ["full"] }
tracing = "0.1.40"
tracing-serde = "0.1.3"
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "json"] }
garde = { version = "0.18", features = ["full"] }

jsonrpsee = { version = "0.23", features = ["full"] }
governor = { path = "./vendor/governor/governor" }

# Alloy
alloy-eips = { version = "0.1.1" }
Expand Down
1 change: 0 additions & 1 deletion vendor/governor
Submodule governor deleted from 870dfb

0 comments on commit ef99aed

Please sign in to comment.