This commit is contained in:
2023-11-01 05:20:12 +00:00
parent 28e624fe54
commit 641e0374be
2 changed files with 1 additions and 14 deletions

View File

@@ -2,7 +2,7 @@
julia_version = "1.9.3"
manifest_format = "2.0"
project_hash = "7efd6278ecd5d8f7282ac1aecdb67514b8cb0b8b"
project_hash = "2330f414f6888b1f23a31ab6d738e5e612483171"
[[deps.ArgTools]]
uuid = "0dad84c5-d112-42e6-8d28-ef12dabb789f"
@@ -14,12 +14,6 @@ uuid = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
[[deps.Base64]]
uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
[[deps.CommUtils]]
deps = ["Dates", "JSON3", "Mosquitto", "Redis", "UUIDs"]
path = "/root/.julia/dev/CommUtils"
uuid = "646cbe82-3d4a-47b2-9440-2e80a472ca20"
version = "0.1.0"
[[deps.Compat]]
deps = ["UUIDs"]
git-tree-sha1 = "8a62af3e248a8c4bad6b32cbbe663ae02275e32c"
@@ -218,12 +212,6 @@ uuid = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
deps = ["SHA", "Serialization"]
uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
[[deps.Redis]]
deps = ["DataStructures", "Dates", "Sockets"]
git-tree-sha1 = "6b3c136222b08ae0c71657f2501c6741782a1ad1"
uuid = "0cf705f9-a9e2-50d1-a699-2b372a39b750"
version = "1.0.0"
[[deps.Requires]]
deps = ["UUIDs"]
git-tree-sha1 = "838a3a4188e2ded87a4f9f184b4b0d78a1e91cb7"

View File

@@ -4,7 +4,6 @@ authors = ["narawat <narawat@gmail.com>"]
version = "0.1.0"
[deps]
CommUtils = "646cbe82-3d4a-47b2-9440-2e80a472ca20"
CondaPkg = "992eb4ea-22a4-4c89-a5bb-47a3300528ab"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"