|
| 1 | +# This file was generated by Gleam |
| 2 | +# You typically do not need to edit this file |
| 3 | + |
| 4 | +packages = [ |
| 5 | + { name = "envoy", version = "1.0.2", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "envoy", source = "hex", outer_checksum = "95FD059345AA982E89A0B6E2A3BF1CF43E17A7048DCD85B5B65D3B9E4E39D359" }, |
| 6 | + { name = "gleam_erlang", version = "1.3.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleam_erlang", source = "hex", outer_checksum = "1124AD3AA21143E5AF0FC5CF3D9529F6DB8CA03E43A55711B60B6B7B3874375C" }, |
| 7 | + { name = "gleam_http", version = "4.1.1", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleam_http", source = "hex", outer_checksum = "DD0271B32C356FB684EC7E9F48B1E835D0480168848581F68983C0CC371405D4" }, |
| 8 | + { name = "gleam_httpc", version = "5.0.0", build_tools = ["gleam"], requirements = ["gleam_erlang", "gleam_http", "gleam_stdlib"], otp_app = "gleam_httpc", source = "hex", outer_checksum = "C545172618D07811494E97AAA4A0FB34DA6F6D0061FDC8041C2F8E3BE2B2E48F" }, |
| 9 | + { name = "gleam_stdlib", version = "0.62.1", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "0080706D3A5A9A36C40C68481D1D231D243AF602E6D2A2BE67BA8F8F4DFF45EC" }, |
| 10 | + { name = "gleeunit", version = "1.6.1", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "FDC68A8C492B1E9B429249062CD9BAC9B5538C6FBF584817205D0998C42E1DAC" }, |
| 11 | + { name = "logging", version = "1.3.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "logging", source = "hex", outer_checksum = "1098FBF10B54B44C2C7FDF0B01C1253CAFACDACABEFB4B0D027803246753E06D" }, |
| 12 | +] |
| 13 | + |
| 14 | +[requirements] |
| 15 | +envoy = { version = ">= 1.0.2 and < 2.0.0" } |
| 16 | +gleam_http = { version = ">= 4.1.1 and < 5.0.0" } |
| 17 | +gleam_httpc = { version = ">= 5.0.0 and < 6.0.0" } |
| 18 | +gleam_stdlib = { version = ">= 0.44.0 and < 2.0.0" } |
| 19 | +gleeunit = { version = ">= 1.0.0 and < 2.0.0" } |
| 20 | +logging = { version = ">= 1.3.0 and < 2.0.0" } |
0 commit comments