Add empty server implementation

Change-Id: Ieeee07a18d91d0c429a15c5eb0f1f96aed9393c6
diff --git a/server/go.mod b/server/go.mod
new file mode 100644
index 0000000..621072a
--- /dev/null
+++ b/server/go.mod
@@ -0,0 +1,13 @@
+module github.com/iomodo/staff
+
+go 1.24.4
+
+require (
+	github.com/joho/godotenv v1.5.1
+	github.com/spf13/cobra v1.9.1
+)
+
+require (
+	github.com/inconshreveable/mousetrap v1.1.0 // indirect
+	github.com/spf13/pflag v1.0.6 // indirect
+)