change error package
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M internal/builder/builder.go → internal/builder/builder.go
@@ -18,7 +18,7 @@ "go.alanpearce.eu/website/templates" "github.com/a-h/templ" mapset "github.com/deckarep/golang-set/v2" - "github.com/pkg/errors" + "gitlab.com/tozd/go/errors" ) type IOConfig struct {