diff options
| author | syeopite <syeopite@syeopite.dev> | 2023-08-25 16:08:02 -0700 |
|---|---|---|
| committer | syeopite <syeopite@syeopite.dev> | 2024-04-28 19:43:17 -0700 |
| commit | eb8fcc9e88bf71694e7d9e40600ef3fd334bc46e (patch) | |
| tree | 6dc54d675129b88a2fc2c88f50f06e2d0f837252 /shard.lock | |
| parent | eda7444ca46dbc3941205316baba8030fe0b2989 (diff) | |
| download | invidious-eb8fcc9e88bf71694e7d9e40600ef3fd334bc46e.tar.gz invidious-eb8fcc9e88bf71694e7d9e40600ef3fd334bc46e.tar.bz2 invidious-eb8fcc9e88bf71694e7d9e40600ef3fd334bc46e.zip | |
Add support for using HTTP proxies
Diffstat (limited to 'shard.lock')
| -rw-r--r-- | shard.lock | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -6,11 +6,11 @@ shards: athena-negotiation: git: https://github.com/athena-framework/negotiation.git - version: 0.1.1 + version: 0.1.3 backtracer: git: https://github.com/sija/backtracer.cr.git - version: 1.2.1 + version: 1.2.2 db: git: https://github.com/crystal-lang/crystal-db.git @@ -20,6 +20,10 @@ shards: git: https://github.com/crystal-loot/exception_page.git version: 0.2.2 + http_proxy: + git: https://github.com/mamantoha/http_proxy.git + version: 0.10.1 + kemal: git: https://github.com/kemalcr/kemal.git version: 1.1.2 @@ -42,7 +46,7 @@ shards: spectator: git: https://github.com/icy-arctic-fox/spectator.git - version: 0.10.4 + version: 0.10.6 sqlite3: git: https://github.com/crystal-lang/crystal-sqlite3.git |
