Skip to content
This repository has been archived by the owner on Feb 24, 2025. It is now read-only.

Commit

Permalink
Change fly_postgres_elixir dep to celo-org github org. (#994)
Browse files Browse the repository at this point in the history
  • Loading branch information
rkachowski authored Nov 15, 2023
1 parent ee67d73 commit e42a5d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/explorer/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ defmodule Explorer.Mixfile do
{:logger_json, "~> 3.2"},
{:observer_cli, "~> 1.6"},
{:phoenix_pubsub, "~> 2.0"},
{:fly_postgres, github: "clabs-co/fly_postgres_elixir", ref: "062a3f1"}
{:fly_postgres, github: "celo-org/fly_postgres_elixir", ref: "062a3f1"}
]
end

Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"file_system": {:hex, :file_system, "0.2.10", "fb082005a9cd1711c05b5248710f8826b02d7d1784e7c3451f9c1231d4fc162d", [:mix], [], "hexpm", "41195edbfb562a593726eda3b3e8b103a309b733ad25f3d642ba49696bf715dc"},
"floki": {:hex, :floki, "0.34.0", "002d0cc194b48794d74711731db004fafeb328fe676976f160685262d43706a8", [:mix], [], "hexpm", "9c3a9f43f40dde00332a589bd9d389b90c1f518aef500364d00636acc5ebc99c"},
"flow": {:hex, :flow, "1.2.0", "515e03aa3d056cecc3e3f1e80f6ca4bbf5f45b13c88dee5db880b2f3f24f1caa", [:mix], [{:gen_stage, "~> 1.0", [hex: :gen_stage, repo: "hexpm", optional: false]}], "hexpm", "1b45bfc8a9202c5ec80b077c21df133561e56c56189ba4082dddccb6b5762525"},
"fly_postgres": {:git, "https://github.com/clabs-co/fly_postgres_elixir.git", "062a3f1f2ee78e1a0290b16696b67286096b2bc9", [ref: "062a3f1"]},
"fly_postgres": {:git, "https://github.com/celo-org/fly_postgres_elixir.git", "062a3f1f2ee78e1a0290b16696b67286096b2bc9", [ref: "062a3f1"]},
"fly_rpc": {:hex, :fly_rpc, "0.2.0", "ef15a0ee9a2f1c35c4e0d4ff5a7761b43817878fb530e3cfce6d496aa6f9fc9e", [:mix], [], "hexpm", "e28debe45331fb74f59c681cb8037578d5ebe5c822dd7f7201c8483b92d07d97"},
"gen_stage": {:hex, :gen_stage, "1.1.2", "b1656cd4ba431ed02c5656fe10cb5423820847113a07218da68eae5d6a260c23", [:mix], [], "hexpm", "9e39af23140f704e2b07a3e29d8f05fd21c2aaf4088ff43cb82be4b9e3148d02"},
"gettext": {:hex, :gettext, "0.20.0", "75ad71de05f2ef56991dbae224d35c68b098dd0e26918def5bb45591d5c8d429", [:mix], [], "hexpm", "1c03b177435e93a47441d7f681a7040bd2a816ece9e2666d1c9001035121eb3d"},
Expand Down

0 comments on commit e42a5d3

Please sign in to comment.