From db2f21a8c798f22f7ee36b365eced57e0153c0a1 Mon Sep 17 00:00:00 2001 From: Mark Bates Date: Tue, 17 Dec 2019 10:16:55 -0500 Subject: [PATCH] see yourself --- parser/include.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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{}