about summary refs log tree commit diff stats
path: root/internal/builder
diff options
context:
space:
mode:
Diffstat (limited to 'internal/builder')
-rw-r--r--internal/builder/builder.go2
-rw-r--r--internal/builder/template.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/internal/builder/builder.go b/internal/builder/builder.go
index f190b6a..0d4b1fc 100644
--- a/internal/builder/builder.go
+++ b/internal/builder/builder.go
@@ -18,7 +18,7 @@ import (
 
 	"github.com/a-h/templ"
 	mapset "github.com/deckarep/golang-set/v2"
-	"github.com/pkg/errors"
+	"gitlab.com/tozd/go/errors"
 )
 
 type IOConfig struct {
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 (