diff options
author | Alan Pearce | 2024-06-29 19:11:56 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-29 19:11:56 +0200 |
commit | 7749962c24172c29fd8851afb86e923b5d5f369c (patch) | |
tree | 92588cd38cebaeba9aab70a0a0b43a19da289abd /internal/content | |
parent | c4b57d28caa8986d9fbdcbdb4085c8e74974dffc (diff) | |
download | website-7749962c24172c29fd8851afb86e923b5d5f369c.tar.lz website-7749962c24172c29fd8851afb86e923b5d5f369c.tar.zst website-7749962c24172c29fd8851afb86e923b5d5f369c.zip |
change error package
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" |