Dependency updates

This commit is contained in:
Stash Dev
2019-05-27 12:34:26 -07:00
parent 69917999ef
commit 4b037e1040
359 changed files with 60172 additions and 18749 deletions

View File

@@ -9,7 +9,7 @@ import (
"strings"
"github.com/gobuffalo/genny"
"github.com/gobuffalo/genny/movinglater/gotools"
"github.com/gobuffalo/gogen"
"github.com/pkg/errors"
)
@@ -30,7 +30,7 @@ func NewVisitor(f *File) *Visitor {
func (v *Visitor) Run() (Boxes, error) {
var boxes Boxes
pf, err := gotools.ParseFile(v.File)
pf, err := gogen.ParseFile(v.File)
if err != nil {
return boxes, errors.Wrap(err, v.File.Name())
}