diff options
Diffstat (limited to 'internal/builder/template.go')
-rw-r--r-- | internal/builder/template.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/builder/template.go b/internal/builder/template.go index 91a40c4..b50861b 100644 --- a/internal/builder/template.go +++ b/internal/builder/template.go @@ -15,7 +15,7 @@ import ( "github.com/PuerkitoBio/goquery" "github.com/antchfx/xmlquery" "github.com/antchfx/xpath" - "github.com/pkg/errors" + "gitlab.com/tozd/go/errors" ) var ( |