catching up and managing some of the future packages
[VSCPweb/.git] / go.mod
diff --git a/go.mod b/go.mod
index d720aa0d198be0ae64933bd9fd9970c21dbce47c..f12f975f7382e5ae7d1423f71b8e280f17890f86 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -3,3 +3,23 @@ module VSCPweb
 go 1.19
 
 require github.com/go-chi/chi/v5 v5.0.7
+
+require healthHandlers v0.0.0
+
+replace healthHandlers v0.0.0 => ./handlers/health/
+
+require controllerHandlers v0.0.0
+
+replace controllerHandlers v0.0.0 => ./handlers/controller/
+
+require managementHandlers v0.0.0
+
+replace managementHandlers v0.0.0 => ./handlers/management/
+
+require virtualAPIHandlers v0.0.0
+
+replace virtualAPIHandlers v0.0.0 => ./handlers/virtualapi/
+
+require staticHandlers v0.0.0
+
+replace staticHandlers v0.0.0 => ./handlers/static/