Skip to content

Commit ecc06bc

Browse files
committed
同步tts-server
1 parent eb4b6c2 commit ecc06bc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

tts-server-lib/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module tts-server-lib
33
go 1.19
44

55
require (
6-
github.com/jing332/tts-server-go v0.0.0-20220921071507-70b1785f7e0c
6+
github.com/jing332/tts-server-go v0.0.0-20220921131339-be1e479486d1
77
github.com/sirupsen/logrus v1.9.0
88
)
99

tts-server-lib/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ github.com/jing332/tts-server-go v0.0.0-20220921011600-f6380a2e298c h1:DIi9wNP3E
2525
github.com/jing332/tts-server-go v0.0.0-20220921011600-f6380a2e298c/go.mod h1:B2ikO+JeOHCAaW0n7/PFYQVxmFvJ+T9LcCFjxU/xIAY=
2626
github.com/jing332/tts-server-go v0.0.0-20220921071507-70b1785f7e0c h1:PAC5/rS98KjlkM7VrgpL59llow6zRO2mR2JGmmPFpoU=
2727
github.com/jing332/tts-server-go v0.0.0-20220921071507-70b1785f7e0c/go.mod h1:B2ikO+JeOHCAaW0n7/PFYQVxmFvJ+T9LcCFjxU/xIAY=
28+
github.com/jing332/tts-server-go v0.0.0-20220921131339-be1e479486d1 h1:7+hA+qiSolNaEDYS6aRCAToF739tlIkIKRpzr1Oje7Q=
29+
github.com/jing332/tts-server-go v0.0.0-20220921131339-be1e479486d1/go.mod h1:B2ikO+JeOHCAaW0n7/PFYQVxmFvJ+T9LcCFjxU/xIAY=
2830
github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=
2931
github.com/kr/pretty v0.3.0 h1:WgNl7dwNpEZ6jJ9k1snq4pZsg7DOEN8hP9Xw0Tsjwk0=
3032
github.com/kr/pretty v0.3.0/go.mod h1:640gp4NfQd8pI5XOwp5fnNeVWj67G7CFk/SaSQn7NBk=

0 commit comments

Comments
 (0)