hswaw/site: implement recurring events

Change-Id: Ib3c570d058141c4d8441801010f0f1755ccfc0e7
Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1624
Reviewed-by: radex <radex@hackerspace.pl>
diff --git a/third_party/go/repositories.bzl b/third_party/go/repositories.bzl
index 9df4bf7..3934e42 100644
--- a/third_party/go/repositories.bzl
+++ b/third_party/go/repositories.bzl
@@ -3803,6 +3803,13 @@
         version = "v0.0.0-20200815063812-42c35b437635",
     )
     go_repository(
+        name = "com_github_teambition_rrule_go",
+        importpath = "github.com/teambition/rrule-go",
+        sum = "h1:lIjpjvWTj9fFUZCmuoVDrKVOtdiyzbzc93qTmRVe/J8=",
+        version = "v1.8.2",
+    )
+
+    go_repository(
         name = "com_github_technoweenie_multipartstreamer",
         importpath = "github.com/technoweenie/multipartstreamer",
         sum = "h1:XRztA5MXiR1TIRHxH2uNxXxaIkKQDeX7m2XsSOlQEnM=",