1
0
mirror of https://github.com/bestnite/bilinovel-downloader.git synced 2025-10-31 19:00:34 +00:00

build(deps): Update font-mapper dependency to new repository

This commit is contained in:
2025-10-29 18:53:17 +11:00
parent b650030f26
commit 6c00b1329d
3 changed files with 4 additions and 4 deletions

View File

@@ -18,8 +18,8 @@ import (
"strings"
"sync"
mapper "git.nite07.com/nite/font-mapper"
"github.com/PuerkitoBio/goquery"
mapper "github.com/bestnite/font-mapper"
"github.com/playwright-community/playwright-go"
)