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