diff --git a/Makefile b/Makefile
index 94429bed19099bc382852b686eef5ec03b7a3b15..4b7c370926c74be5384209525f8f4cdf8e005ed7 100644
--- a/Makefile
+++ b/Makefile
@@ -40,16 +40,18 @@ MAKEFILE_IMPORT_PATH?=$(PROJECT_ROOT)makefiles/
 #############################################################################################
 
 #include $(MAKEFILE_IMPORT_PATH)directories-standard.mk
+#include $(MAKEFILE_IMPORT_PATH)directories-go-lib.mk
 include $(MAKEFILE_IMPORT_PATH)directories-go-utilities.mk
 #include $(MAKEFILE_IMPORT_PATH)directories-platform-part.mk
 #include $(MAKEFILE_IMPORT_PATH)jsdoc.mk
 include $(MAKEFILE_IMPORT_PATH)output.mk
 include $(MAKEFILE_IMPORT_PATH)placeholder.mk
 #include $(MAKEFILE_IMPORT_PATH)conan.mk
-#include $(MAKEFILE_IMPORT_PATH)s3.mk
+include $(MAKEFILE_IMPORT_PATH)s3.mk
 #include $(MAKEFILE_IMPORT_PATH)readme-standard.mk
 #include $(MAKEFILE_IMPORT_PATH)readme-webcomponents.mk
 include $(MAKEFILE_IMPORT_PATH)readme-go-utilities.mk
+#include $(MAKEFILE_IMPORT_PATH)readme-go-lib.mk
 #include $(MAKEFILE_IMPORT_PATH)readme-platform-part.mk
 include $(MAKEFILE_IMPORT_PATH)licenses.mk
 include $(MAKEFILE_IMPORT_PATH)license-agpl3.mk
diff --git a/application/source/go.mod b/application/source/go.mod
index 6c8b8ed1aa5fe61648a6c313a43f421d4a414a22..e1fd6bb4b6ec85b2fbae062fdfd89b3c0a38bfaf 100644
--- a/application/source/go.mod
+++ b/application/source/go.mod
@@ -4,8 +4,8 @@ go 1.19
 
 require (
 	github.com/andybalholm/cascadia v1.3.1
-	gitlab.schukai.com/oss/libraries/go/application/xflags v1.13.0
-	gitlab.schukai.com/oss/libraries/go/markup/html v0.2.1
+	gitlab.schukai.com/oss/libraries/go/application/xflags v1.13.2
+	gitlab.schukai.com/oss/libraries/go/markup/html v0.3.0
 	golang.org/x/crypto v0.4.0
 	golang.org/x/net v0.4.0
 	gopkg.in/yaml.v3 v3.0.1
@@ -26,7 +26,7 @@ require (
 	gitlab.schukai.com/oss/libraries/go/application/configuration v1.14.0 // indirect
 	gitlab.schukai.com/oss/libraries/go/network/http-negotiation v1.3.0 // indirect
 	gitlab.schukai.com/oss/libraries/go/utilities/data.git v0.2.0 // indirect
-	gitlab.schukai.com/oss/libraries/go/utilities/pathfinder v0.5.0 // indirect
+	gitlab.schukai.com/oss/libraries/go/utilities/pathfinder v0.5.2 // indirect
 	golang.org/x/exp v0.0.0-20221023144134-a1e5550cf13e // indirect
 	golang.org/x/sys v0.3.0 // indirect
 	google.golang.org/appengine v1.6.7 // indirect
diff --git a/application/source/go.sum b/application/source/go.sum
index 734260ea1eeccaefb87bd84d6aa94b647f8166a5..3ac2f3d126688f010afdb04bd8da4bf854e6e389 100644
--- a/application/source/go.sum
+++ b/application/source/go.sum
@@ -38,8 +38,12 @@ gitlab.schukai.com/oss/libraries/go/application/configuration v1.14.0 h1:cuS7BxT
 gitlab.schukai.com/oss/libraries/go/application/configuration v1.14.0/go.mod h1:me1BS/adhucf6h8t2ew0ifaNVio2vunQIYfpofUBbF8=
 gitlab.schukai.com/oss/libraries/go/application/xflags v1.13.0 h1:nTnuGzAOzUTlmrst8tPrLp5EFOwC+6vozsxOcnGVfQk=
 gitlab.schukai.com/oss/libraries/go/application/xflags v1.13.0/go.mod h1:EEYPy5RYR4ahK9J6CTKSLFHUhP+ndHBWVdQMtGCFqDo=
+gitlab.schukai.com/oss/libraries/go/application/xflags v1.13.2 h1:3nRDFUs629qL8EGxeX3gzNUqIR/04uUvXiW0G7qJ8Jk=
+gitlab.schukai.com/oss/libraries/go/application/xflags v1.13.2/go.mod h1:EEYPy5RYR4ahK9J6CTKSLFHUhP+ndHBWVdQMtGCFqDo=
 gitlab.schukai.com/oss/libraries/go/markup/html v0.2.1 h1:d08SBGYHXHWOCJqaLh1Cfh6rOYmHoRJxM63GhF2klCo=
 gitlab.schukai.com/oss/libraries/go/markup/html v0.2.1/go.mod h1:h0+dJUwXfF1QeaBxFiidgxA2I3A9qIPE+zhfs88pKV8=
+gitlab.schukai.com/oss/libraries/go/markup/html v0.3.0 h1:RvEQgV6yj8M1SjmR/FZwmwykfJSbHrDk8m7IIlujhxY=
+gitlab.schukai.com/oss/libraries/go/markup/html v0.3.0/go.mod h1:h0+dJUwXfF1QeaBxFiidgxA2I3A9qIPE+zhfs88pKV8=
 gitlab.schukai.com/oss/libraries/go/network/http-negotiation v1.3.0 h1:SZG0BW5ll3WK5ZIOTogjqX8oVHCTxANTDLPxUs7Rnx8=
 gitlab.schukai.com/oss/libraries/go/network/http-negotiation v1.3.0/go.mod h1:RS2rKf5O+rmSBshHLOgjG7dxg5N2MhNYokZOBcuXdX8=
 gitlab.schukai.com/oss/libraries/go/utilities/data.git v0.2.0 h1:JVxMHiA8zFVjJDhNl65XeYrhdMkzB+5dyrBUEZ982WU=
@@ -48,6 +52,8 @@ gitlab.schukai.com/oss/libraries/go/utilities/pathfinder v0.3.1 h1:oyElaqEiyr2Xg
 gitlab.schukai.com/oss/libraries/go/utilities/pathfinder v0.3.1/go.mod h1:UvdD4NAf3gLKYafabJD7e9ZCOetzM9JZ9y4GkZukPVU=
 gitlab.schukai.com/oss/libraries/go/utilities/pathfinder v0.5.0 h1:LsKHjuiEzOS3W5UqtqLmHEDYGVQ7qddf88rmD1HmI4M=
 gitlab.schukai.com/oss/libraries/go/utilities/pathfinder v0.5.0/go.mod h1:UvdD4NAf3gLKYafabJD7e9ZCOetzM9JZ9y4GkZukPVU=
+gitlab.schukai.com/oss/libraries/go/utilities/pathfinder v0.5.2 h1:R+dL2NJCM+AQNPK4DPDmfvx1eomi1Xb1dl0XKEFj7Ek=
+gitlab.schukai.com/oss/libraries/go/utilities/pathfinder v0.5.2/go.mod h1:UvdD4NAf3gLKYafabJD7e9ZCOetzM9JZ9y4GkZukPVU=
 golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
 golang.org/x/crypto v0.4.0 h1:UVQgzMY87xqpKNgb+kDsll2Igd33HszWHFLmpaRMq/8=
 golang.org/x/crypto v0.4.0/go.mod h1:3quD/ATkf6oY+rnes5c3ExXTbLc8mueNue5/DoinL80=