X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=go.mod;h=3365cb2f44b80d2291bdf605c3fd7217e6082dfe;hb=refs%2Fheads%2Fmaster;hp=f12f975f7382e5ae7d1423f71b8e280f17890f86;hpb=a49b19ea760f5c6493e0145320f2bf37dd3a96ca;p=VSCPweb%2F.git diff --git a/go.mod b/go.mod index f12f975..3365cb2 100644 --- 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/