Some tests
[VSCPweb/.git] / go.mod
diff --git a/go.mod b/go.mod
index f12f975f7382e5ae7d1423f71b8e280f17890f86..3365cb2f44b80d2291bdf605c3fd7217e6082dfe 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -22,4 +22,12 @@ replace virtualAPIHandlers v0.0.0 => ./handlers/virtualapi/
 
 require staticHandlers v0.0.0
 
+require (
+       github.com/keegancsmith/rpc v1.1.0 // indirect
+       github.com/stamblerre/gocode v1.0.0 // indirect
+       golang.org/x/mod v0.12.0 // indirect
+       golang.org/x/sys v0.10.0 // indirect
+       golang.org/x/tools v0.11.0 // indirect
+)
+
 replace staticHandlers v0.0.0 => ./handlers/static/