From 91d53b17f54743b6a3ff804980d1aff6e7a26dcd Mon Sep 17 00:00:00 2001 From: "Jason E. Aten, Ph.D." Date: Sat, 20 Sep 2025 16:31:37 +0100 Subject: [PATCH] add Tube, an implementation of Raft in Golang --- implementation.schema.json | 2 +- implementations.json | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/implementation.schema.json b/implementation.schema.json index 09f4f84..8416ae3 100644 --- a/implementation.schema.json +++ b/implementation.schema.json @@ -8,7 +8,7 @@ "repoURL": { "description": "URL pointing to base GitHub repo.", "type": "string", - "pattern": "^https://github.com/([^/]+)/([^/]+)(?