change error package
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M internal/website/mux.go → internal/website/mux.go
@@ -12,7 +12,7 @@ "go.alanpearce.eu/website/templates" "github.com/benpate/digit" "github.com/kevinpollet/nego" - "github.com/pkg/errors" + "gitlab.com/tozd/go/errors" ) func CanonicalisePath(path string) (cPath string, differs bool) {