From 67422d7859ed11cdec84af8241a1014e106fc569 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Thu, 13 Jun 2019 09:12:31 +0200 Subject: [PATCH] changed origin of go auth to forked repo --- .gitmodules | 3 +++ mosquitto-go-auth | 1 + 2 files changed, 4 insertions(+) create mode 160000 mosquitto-go-auth diff --git a/.gitmodules b/.gitmodules index 7fac07d..127a2a7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "parts/mosquitto"] path = parts/mosquitto url = https://github.com/eclipse/mosquitto.git +[submodule "mosquitto-go-auth"] + path = mosquitto-go-auth + url = https://github.com/wollud1969/mosquitto-go-auth.git diff --git a/mosquitto-go-auth b/mosquitto-go-auth new file mode 160000 index 0000000..0cb001e --- /dev/null +++ b/mosquitto-go-auth @@ -0,0 +1 @@ +Subproject commit 0cb001eeffa0a06fbf3533470aec4766266361d8