update to go modules

This commit is contained in:
Jon Lundy
2020-03-23 19:26:27 -06:00
parent c0de49b71f
commit 38ce24fef9
9 changed files with 502 additions and 1342 deletions

14
tools/tools.go Normal file
View File

@@ -0,0 +1,14 @@
// +build tools
package tools
import (
_ "github.com/99designs/gqlgen"
_ "github.com/go-swagger/go-swagger/cmd/swagger"
_ "github.com/sour-is/go-assetfs/cmd/assetfs"
_ "github.com/sour-is/go-assetfs/cmd/bindata"
_ "github.com/vektah/dataloaden"
)