From 7749962c24172c29fd8851afb86e923b5d5f369c Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 29 Jun 2024 19:11:56 +0200 Subject: change error package --- internal/content/posts.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/content') 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" -- cgit 1.4.1