X-Git-Url: https://git.josue.xyz/?p=VSCPweb%2F.git;a=blobdiff_plain;f=go.mod;h=d720aa0d198be0ae64933bd9fd9970c21dbce47c;hp=f12f975f7382e5ae7d1423f71b8e280f17890f86;hb=HEAD;hpb=a49b19ea760f5c6493e0145320f2bf37dd3a96ca 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/