update module name

This commit is contained in:
2025-03-29 00:03:29 +08:00
parent 70b8e330cc
commit cd03851e2b
5 changed files with 5 additions and 5 deletions

2
go.mod
View File

@@ -1,4 +1,4 @@
module gitea.malaihome.work/ans/podcast_search
module gitea.malaihome.work/ans/podcast-search-go
go 1.23

View File

@@ -3,7 +3,7 @@ package main
import (
"fmt"
"gitea.malaihome.work/ans/podcast_search/search"
"gitea.malaihome.work/ans/podcast-search-go/search"
)
func main() {

View File

@@ -10,7 +10,7 @@ import (
"strconv"
"time"
"gitea.malaihome.work/ans/podcast_search/model"
"gitea.malaihome.work/ans/podcast-search-go/model"
)
// SearchProvider 定义搜索提供者接口

View File

@@ -6,7 +6,7 @@ import (
"fmt"
"time"
"gitea.malaihome.work/ans/podcast_search/model"
"gitea.malaihome.work/ans/podcast-search-go/model"
)
// JsonParser 用于解析JSON格式的转录文件

View File

@@ -8,7 +8,7 @@ import (
"strings"
"time"
"gitea.malaihome.work/ans/podcast_search/model"
"gitea.malaihome.work/ans/podcast-search-go/model"
)
// SrtParser 用于解析SRT格式的转录文件