Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama committed May 2, 2024
1 parent e0c65f0 commit 2cf39e6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ module github.com/FloatTech/AnimeAPI
go 1.20

require (
github.com/FloatTech/floatbox v0.0.0-20240501153733-21c4fd53fcba
github.com/FloatTech/floatbox v0.0.0-20240502092157-9deaab837c04
github.com/FloatTech/sqlite v1.6.3
github.com/RomiChan/syncx v0.0.0-20240418144900-b7402ffdebc7
github.com/antchfx/htmlquery v1.2.5
github.com/corona10/goimagehash v1.1.0
github.com/fumiama/go-base16384 v1.7.0
github.com/fumiama/terasu v0.0.0-20240501153608-871703d64492
github.com/fumiama/terasu v0.0.0-20240502091919-c887e26289a8
github.com/pkg/errors v0.9.1
github.com/pkumza/numcn v1.0.0
github.com/sirupsen/logrus v1.9.3
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/FloatTech/floatbox v0.0.0-20240501153733-21c4fd53fcba h1:/SIcu9Tieu0zVDCiYZdFvv3cvIuCb8xw3iopPwSmi8s=
github.com/FloatTech/floatbox v0.0.0-20240501153733-21c4fd53fcba/go.mod h1:9OEo51D9YCG8I3F0frlFo57tUO8+v2o7rFZbf8BtmGo=
github.com/FloatTech/floatbox v0.0.0-20240502092157-9deaab837c04 h1:qTlD6NN7+NMuxr4p2C4E0VUITh+ikIwLx7Z0nKCF3Kc=
github.com/FloatTech/floatbox v0.0.0-20240502092157-9deaab837c04/go.mod h1:OzGLhvmtz1TKIdGaJDd8pQumvD36UqK+dWsiCISmzQQ=
github.com/FloatTech/sqlite v1.6.3 h1:MQkqBNlkPuCoKQQgoNLuTL/2Ci3tBTFAnVYBdD0Wy4M=
github.com/FloatTech/sqlite v1.6.3/go.mod h1:zFbHzRfB+CJ+VidfjuVbrcin3DAz283F7hF1hIeHzpY=
github.com/FloatTech/ttl v0.0.0-20230307105452-d6f7b2b647d1 h1:g4pTnDJUW4VbJ9NvoRfUvdjDrHz/6QhfN/LoIIpICbo=
Expand Down Expand Up @@ -30,8 +30,8 @@ github.com/fumiama/gofastTEA v0.0.10 h1:JJJ+brWD4kie+mmK2TkspDXKzqq0IjXm89aGYfoG
github.com/fumiama/gofastTEA v0.0.10/go.mod h1:RIdbYZyB4MbH6ZBlPymRaXn3cD6SedlCu5W/HHfMPBk=
github.com/fumiama/sqlite3 v1.20.0-with-win386 h1:ZR1AXGBEtkfq9GAXehOVcwn+aaCG8itrkgEsz4ggx5k=
github.com/fumiama/sqlite3 v1.20.0-with-win386/go.mod h1:Os58MHwYCcYZCy2PGChBrQtBAw5/LS1ZZOkfc+C/I7s=
github.com/fumiama/terasu v0.0.0-20240501153608-871703d64492 h1:9eEnzcb0OummVCAcYQPZKiWkrfElubbGqxxBhbiHXac=
github.com/fumiama/terasu v0.0.0-20240501153608-871703d64492/go.mod h1:UVx8YP1jKKL1Cj+uy+OnQRM2Ih6U36Mqy9GSf7jabsI=
github.com/fumiama/terasu v0.0.0-20240502091919-c887e26289a8 h1:mVOgOhlrF0ra8/BkwVA71ev/1HkzAgDn8gWU2UNbDU8=
github.com/fumiama/terasu v0.0.0-20240502091919-c887e26289a8/go.mod h1:UVx8YP1jKKL1Cj+uy+OnQRM2Ih6U36Mqy9GSf7jabsI=
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da h1:oI5xCqsCo564l8iNU+DwB5epxmsaqB+rhGL0m5jtYqE=
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
Expand Down
2 changes: 1 addition & 1 deletion tts/genshin/vits.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func NewGenshin(mode int, code string) *Genshin {

// Speak 返回音频 url
func (tts *Genshin) Speak(_ int64, text func() string) (fileName string, err error) {
t := text()
t := text() + "。"
u := fmt.Sprintf(CNAPI, url.QueryEscape(tts.name), url.QueryEscape(
// 将数字转文字
re.ReplaceAllStringFunc(t, func(s string) string {
Expand Down

0 comments on commit 2cf39e6

Please sign in to comment.