|
3 | 3 |
|
4 | 4 | packages = [
|
5 | 5 | { name = "backoff", version = "1.1.6", build_tools = ["rebar3"], requirements = [], otp_app = "backoff", source = "hex", outer_checksum = "CF0CFFF8995FB20562F822E5CC47D8CCF664C5ECDC26A684CBE85C225F9D7C39" },
|
6 |
| - { name = "cake", version = "0.15.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], source = "local", path = "../../../.." }, |
7 |
| - { name = "helper", version = "1.0.0", build_tools = ["gleam"], requirements = ["cake", "gleam_pgo", "gleam_stdlib", "pprint"], source = "local", path = "../../helper" }, |
| 6 | + { name = "cake", version = "2.1.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], source = "local", path = "../../../.." }, |
| 7 | + { name = "cake_pog", version = "1.0.3", build_tools = ["gleam"], requirements = ["cake", "gleam_stdlib", "pog"], otp_app = "cake_pog", source = "hex", outer_checksum = "8889AB1F7F5EE8F470882D78DC66F942341CB823631EBDFE868D3F983C380D83" }, |
8 | 8 | { name = "glam", version = "2.0.1", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "glam", source = "hex", outer_checksum = "66EC3BCD632E51EED029678F8DF419659C1E57B1A93D874C5131FE220DFAD2B2" },
|
9 |
| - { name = "gleam_pgo", version = "0.13.0", build_tools = ["gleam"], requirements = ["gleam_stdlib", "pgo"], otp_app = "gleam_pgo", source = "hex", outer_checksum = "6A1E7F3E717C077788254871E4EF4A8DFF58FEC07D7FA7C7702C2CCF66095AC8" }, |
10 |
| - { name = "gleam_stdlib", version = "0.39.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "2D7DE885A6EA7F1D5015D1698920C9BAF7241102836CE0C3837A4F160128A9C4" }, |
11 |
| - { name = "opentelemetry_api", version = "1.3.0", build_tools = ["rebar3", "mix"], requirements = ["opentelemetry_semantic_conventions"], otp_app = "opentelemetry_api", source = "hex", outer_checksum = "B9E5FF775FD064FA098DBA3C398490B77649A352B40B0B730A6B7DC0BDD68858" }, |
12 |
| - { name = "opentelemetry_semantic_conventions", version = "0.2.0", build_tools = ["rebar3", "mix"], requirements = [], otp_app = "opentelemetry_semantic_conventions", source = "hex", outer_checksum = "D61FA1F5639EE8668D74B527E6806E0503EFC55A42DB7B5F39939D84C07D6895" }, |
| 9 | + { name = "gleam_stdlib", version = "0.41.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "1B2F80CB1B66B027E3198A2FF71EF3F2F31DF89ED97AD606F25FD387A4C3C1EF" }, |
| 10 | + { name = "helper", version = "1.0.1", build_tools = ["gleam"], requirements = ["cake", "cake_pog", "gleam_stdlib", "pog", "pprint"], source = "local", path = "../../helper" }, |
| 11 | + { name = "opentelemetry_api", version = "1.4.0", build_tools = ["rebar3", "mix"], requirements = [], otp_app = "opentelemetry_api", source = "hex", outer_checksum = "3DFBBFAA2C2ED3121C5C483162836C4F9027DEF469C41578AF5EF32589FCFC58" }, |
13 | 12 | { name = "pg_types", version = "0.4.0", build_tools = ["rebar3"], requirements = [], otp_app = "pg_types", source = "hex", outer_checksum = "B02EFA785CAECECF9702C681C80A9CA12A39F9161A846CE17B01FB20AEEED7EB" },
|
14 | 13 | { name = "pgo", version = "0.14.0", build_tools = ["rebar3"], requirements = ["backoff", "opentelemetry_api", "pg_types"], otp_app = "pgo", source = "hex", outer_checksum = "71016C22599936E042DC0012EE4589D24C71427D266292F775EBF201D97DF9C9" },
|
15 |
| - { name = "pprint", version = "1.0.3", build_tools = ["gleam"], requirements = ["glam", "gleam_stdlib"], otp_app = "pprint", source = "hex", outer_checksum = "76BBB92E23D12D954BD452686543F29EDE8EBEBB7FC0ACCBCA66EEF276EC3A06" }, |
| 14 | + { name = "pog", version = "1.0.0", build_tools = ["gleam"], requirements = ["gleam_stdlib", "pgo"], otp_app = "pog", source = "hex", outer_checksum = "00D57120936AFBF486BE357C472E483C1F0CA507FF9C3668075E87C733CA53F8" }, |
| 15 | + { name = "pprint", version = "1.0.4", build_tools = ["gleam"], requirements = ["glam", "gleam_stdlib"], otp_app = "pprint", source = "hex", outer_checksum = "C310A98BDC0995644847C3C8702DE19656D6BCD638B2A8A358B97824379ECAA1" }, |
16 | 16 | ]
|
17 | 17 |
|
18 | 18 | [requirements]
|
19 |
| -cake = { path = "../../../../" } |
20 |
| -helper = { path = "../../helper" } |
21 |
| -gleam_pgo = { version = ">= 0.13.0 and < 2.0.0" } |
| 19 | +cake = { path = "../../../.." } |
| 20 | +cake_pog = { version = ">= 1.0.3 and < 2.0.0" } |
22 | 21 | gleam_stdlib = { version = ">= 0.39.0 and < 2.0.0" }
|
| 22 | +helper = { path = "../../helper" } |
| 23 | +pog = { version = ">= 1.0.0 and < 2.0.0" } |
23 | 24 | pprint = { version = ">= 1.0.3 and < 2.0.0" }
|
0 commit comments