diff --git a/parser/include.go b/parser/include.go index cb95500..afe9433 100644 --- a/parser/include.go +++ b/parser/include.go @@ -7,7 +7,7 @@ import ( "os" "path/filepath" - "github.com/markbates/pkger/here" + "github.com/gobuffalo/here" ) var _ Decl = IncludeDecl{}