aboutsummaryrefslogtreecommitdiffstats
path: root/tools.go
diff options
context:
space:
mode:
authorSteve Moyer <smoyer1@selesy.com>2022-09-08 17:11:26 -0400
committerSteve Moyer <smoyer1@selesy.com>2022-09-08 17:11:26 -0400
commitd989f9b61a0e7b565964d9b5297a4005187390de (patch)
tree484cd4d02a4773fb7fcc790b6c0422b07226871e /tools.go
parentd0db3b121bb9b0b8ec007c3a12cec015dc7c77d7 (diff)
downloadgit-bug-d989f9b61a0e7b565964d9b5297a4005187390de.tar.gz
feat: version tools using Go module system
Diffstat (limited to 'tools.go')
-rw-r--r--tools.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools.go b/tools.go
new file mode 100644
index 00000000..345a8e02
--- /dev/null
+++ b/tools.go
@@ -0,0 +1,6 @@
+package main
+
+import (
+ _ "github.com/99designs/gqlgen"
+ _ "github.com/cheekybits/genny"
+)