diff options
Diffstat (limited to 'internal/content')
-rw-r--r-- | internal/content/posts.go | 2 |
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" |