From 1e728f6df784fe1ca9f019bdbc7c7478d4d834c6 Mon Sep 17 00:00:00 2001 From: James Arthur Date: Fri, 30 Sep 2022 19:43:58 +0200 Subject: [PATCH] deps: update repo paths following rename. (#46) * deps: update repo paths following rename. --- get-proto.sh | 2 +- integration_tests/common.mk | 4 ++-- mix.exs | 10 ++++++---- mix.lock | 8 ++++---- 4 files changed, 13 insertions(+), 11 deletions(-) diff --git a/get-proto.sh b/get-proto.sh index cac76d42..fb0fbeff 100755 --- a/get-proto.sh +++ b/get-proto.sh @@ -8,7 +8,7 @@ git clone \ --depth 1 \ --filter=blob:none \ --sparse \ - git@github.com:vaxine-io/electric-sql-ts.git satellite; + git@github.com:electric-sql/typescript-client.git satellite; cd satellite echo "Prepare sparse" git sparse-checkout init --no-cone diff --git a/integration_tests/common.mk b/integration_tests/common.mk index e555f09d..4e3d9095 100644 --- a/integration_tests/common.mk +++ b/integration_tests/common.mk @@ -64,7 +64,7 @@ start_sysbench: VAXINE_BRANCH?=main vaxine: ifdef USE_LOCAL_IMAGE - git clone https://github.com/vaxine-io/vaxine.git + git clone https://github.com/electric-sql/vaxine.git cd vaxine && git checkout ${VAXINE_BRANCH} && make docker-build else docker pull ${VAXINE_IMAGE} @@ -72,7 +72,7 @@ endif postgres: ifdef USE_LOCAL_IMAGE - git clone https://github.com/v0idpwn/postgres.git \ + git clone https://github.com/electric-sql/postgres.git \ --branch replication-upsert --depth 1 cd postgres && ./configure && make docker-build else diff --git a/mix.exs b/mix.exs index 4b739527..e7a97023 100644 --- a/mix.exs +++ b/mix.exs @@ -30,14 +30,16 @@ defmodule Electric.MixProject do # Run "mix help deps" to learn about dependencies. defp deps do [ - {:vax, git: "https://github.com/vaxine-io/vaxine.git", sparse: "apps/vax"}, + {:vax, git: "https://github.com/electric-sql/vaxine.git", sparse: "apps/vax"}, {:antidote_pb_codec, - git: "https://github.com/vaxine-io/vaxine.git", + git: "https://github.com/electric-sql/vaxine.git", sparse: "apps/antidote_pb_codec", override: true}, {:antidotec_pb, - git: "https://github.com/vaxine-io/vaxine.git", sparse: "apps/antidotec_pb", override: true}, - {:vx_client, git: "https://github.com/vaxine-io/vaxine.git", sparse: "apps/vx_client"}, + git: "https://github.com/electric-sql/vaxine.git", + sparse: "apps/antidotec_pb", + override: true}, + {:vx_client, git: "https://github.com/electric-sql/vaxine.git", sparse: "apps/vx_client"}, {:epgsql, "~> 4.2"}, {:mox, "~> 1.0.2"}, {:mock, "~> 0.3.0", only: :test}, diff --git a/mix.lock b/mix.lock index 9ed79e11..9cddc9fc 100644 --- a/mix.lock +++ b/mix.lock @@ -1,6 +1,6 @@ %{ - "antidote_pb_codec": {:git, "https://github.com/vaxine-io/vaxine.git", "5f88829a513a076e9928f389995d913ea381ccb6", [sparse: "apps/antidote_pb_codec"]}, - "antidotec_pb": {:git, "https://github.com/vaxine-io/vaxine.git", "5f88829a513a076e9928f389995d913ea381ccb6", [sparse: "apps/antidotec_pb"]}, + "antidote_pb_codec": {:git, "https://github.com/electric-sql/vaxine.git", "0c9233fe9189c0c430b382a7f3dec6379569d8bc", [sparse: "apps/antidote_pb_codec"]}, + "antidotec_pb": {:git, "https://github.com/electric-sql/vaxine.git", "0c9233fe9189c0c430b382a7f3dec6379569d8bc", [sparse: "apps/antidotec_pb"]}, "backoff": {:hex, :backoff, "1.1.6", "83b72ed2108ba1ee8f7d1c22e0b4a00cfe3593a67dbc792799e8cce9f42f796b", [:rebar3], [], "hexpm", "cf0cfff8995fb20562f822e5cc47d8ccf664c5ecdc26a684cbe85c225f9d7c39"}, "castore": {:hex, :castore, "0.1.18", "deb5b9ab02400561b6f5708f3e7660fc35ca2d51bfc6a940d2f513f89c2975fc", [:mix], [], "hexpm", "61bbaf6452b782ef80b33cdb45701afbcf0a918a45ebe7e73f1130d661e66a06"}, "certifi": {:hex, :certifi, "2.9.0", "6f2a475689dd47f19fb74334859d460a2dc4e3252a3324bd2111b8f0429e7e21", [:rebar3], [], "hexpm", "266da46bdb06d6c6d35fde799bcb28d36d985d424ad7c08b5bb48f5b5cdd4641"}, @@ -47,6 +47,6 @@ "ssl_verify_fun": {:hex, :ssl_verify_fun, "1.1.6", "cf344f5692c82d2cd7554f5ec8fd961548d4fd09e7d22f5b62482e5aeaebd4b0", [:make, :mix, :rebar3], [], "hexpm", "bdb0d2471f453c88ff3908e7686f86f9be327d065cc1ec16fa4540197ea04680"}, "telemetry": {:hex, :telemetry, "0.4.3", "a06428a514bdbc63293cd9a6263aad00ddeb66f608163bdec7c8995784080818", [:rebar3], [], "hexpm", "eb72b8365ffda5bed68a620d1da88525e326cb82a75ee61354fc24b844768041"}, "unicode_util_compat": {:hex, :unicode_util_compat, "0.7.0", "bc84380c9ab48177092f43ac89e4dfa2c6d62b40b8bd132b1059ecc7232f9a78", [:rebar3], [], "hexpm", "25eee6d67df61960cf6a794239566599b09e17e668d3700247bc498638152521"}, - "vax": {:git, "https://github.com/vaxine-io/vaxine.git", "5f88829a513a076e9928f389995d913ea381ccb6", [sparse: "apps/vax"]}, - "vx_client": {:git, "https://github.com/vaxine-io/vaxine.git", "5f88829a513a076e9928f389995d913ea381ccb6", [sparse: "apps/vx_client"]}, + "vax": {:git, "https://github.com/electric-sql/vaxine.git", "0c9233fe9189c0c430b382a7f3dec6379569d8bc", [sparse: "apps/vax"]}, + "vx_client": {:git, "https://github.com/electric-sql/vaxine.git", "0c9233fe9189c0c430b382a7f3dec6379569d8bc", [sparse: "apps/vx_client"]}, }