change error package
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M internal/website/filemap.go → internal/website/filemap.go
@@ -12,7 +12,7 @@ "strings" "go.alanpearce.eu/website/internal/log" - "github.com/pkg/errors" + "gitlab.com/tozd/go/errors" ) type File struct {