From 341049dfbdafb7509096df65660064bb873fed71 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20Sch=C3=A4rtl?= <andreas@schaertl.me>
Date: Tue, 12 May 2020 09:37:42 +0200
Subject: [PATCH] Remove src/ulo

- Better put all Go code into one repo.

- I've now wasted an hour on stupid file shuffling.
---
 .gitmodules    | 3 ---
 src/luo        | 1 -
 src/ulocollect | 2 +-
 3 files changed, 1 insertion(+), 5 deletions(-)
 delete mode 160000 src/luo

diff --git a/.gitmodules b/.gitmodules
index 4d8154e..18db3a4 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -13,6 +13,3 @@
 [submodule "src/ulocollect"]
 	path = src/ulocollect
 	url = git@gitlab.cs.fau.de:kissen/ulocollect.git
-[submodule "src/luo"]
-	path = src/luo
-	url = git@gitlab.cs.fau.de:kissen/luo.git
diff --git a/src/luo b/src/luo
deleted file mode 160000
index a8bedb3..0000000
--- a/src/luo
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit a8bedb3cf0adb15ad8a611a6805fc5683ecbe9ac
diff --git a/src/ulocollect b/src/ulocollect
index 31cf387..f959929 160000
--- a/src/ulocollect
+++ b/src/ulocollect
@@ -1 +1 @@
-Subproject commit 31cf3875bcc4d4a0ec7fe47cdc8e4819579e61dd
+Subproject commit f959929ab8596267b36fdc0cbc49a2d4946c9822
-- 
GitLab