Remove esss dep

This commit is contained in:
LilyRose2798 2024-06-24 18:20:14 +10:00
parent 84b0261114
commit a1c5cc9b92
2 changed files with 0 additions and 3 deletions

View File

@ -11,7 +11,6 @@ links = [
[dependencies]
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
gleam_crypto = ">= 1.3.0 and < 2.0.0"
esss = ">= 1.0.3 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"

View File

@ -2,14 +2,12 @@
# You typically do not need to edit this file
packages = [
{ name = "esss", version = "1.0.3", build_tools = ["rebar3"], requirements = [], otp_app = "esss", source = "hex", outer_checksum = "069E327B5D17262CEE83CF12BBED2647DC93E5EEBCC0B20292F3D9DE12A96AC8" },
{ name = "gleam_crypto", version = "1.3.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleam_crypto", source = "hex", outer_checksum = "ADD058DEDE8F0341F1ADE3AAC492A224F15700829D9A3A3F9ADF370F875C51B7" },
{ name = "gleam_stdlib", version = "0.38.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "663CF11861179AF415A625307447775C09404E752FF99A24E2057C835319F1BE" },
{ name = "gleeunit", version = "1.2.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "F7A7228925D3EE7D0813C922E062BFD6D7E9310F0BEE585D3A42F3307E3CFD13" },
]
[requirements]
esss = { version = ">= 1.0.3 and < 2.0.0"}
gleam_crypto = { version = ">= 1.3.0 and < 2.0.0" }
gleam_stdlib = { version = ">= 0.34.0 and < 2.0.0" }
gleeunit = { version = ">= 1.0.0 and < 2.0.0" }