15 lines
223 B
Modula-2
15 lines
223 B
Modula-2
module tts
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
github.com/google/uuid v1.6.0
|
|
github.com/sirupsen/logrus v1.9.3
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/stretchr/testify v1.9.0 // indirect
|
|
golang.org/x/sys v0.20.0 // indirect
|
|
)
|