about summary refs log tree commit diff stats
path: root/internal/content/posts.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/content/posts.go')
-rw-r--r--internal/content/posts.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/content/posts.go b/internal/content/posts.go
index d56688d..000cd98 100644
--- a/internal/content/posts.go
+++ b/internal/content/posts.go
@@ -13,7 +13,7 @@ import (
 
 	"github.com/adrg/frontmatter"
 	mapset "github.com/deckarep/golang-set/v2"
-	"github.com/pkg/errors"
+	"gitlab.com/tozd/go/errors"
 	fences "github.com/stefanfritsch/goldmark-fences"
 	"github.com/yuin/goldmark"
 	"github.com/yuin/goldmark/extension"