feat: version tools using Go module system

Steve Moyer created

Change summary

tools.go | 6 ++++++
1 file changed, 6 insertions(+)

Detailed changes

tools.go 🔗

@@ -0,0 +1,6 @@
+package main
+
+import (
+	_ "github.com/99designs/gqlgen"
+	_ "github.com/cheekybits/genny"
+)