2023-06-27 09:05:25 +02:00
|
|
|
module git.helcel.net/helcel/voskcli
|
|
|
|
|
|
|
|
go 1.20
|
|
|
|
|
|
|
|
require (
|
2024-04-23 00:02:36 +00:00
|
|
|
github.com/alphacep/vosk-api/go v0.3.50
|
2023-06-27 09:05:25 +02:00
|
|
|
github.com/m7shapan/njson v1.0.8
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/tidwall/gjson v1.12.1 // indirect
|
|
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
|
|
github.com/tidwall/pretty v1.2.0 // indirect
|
|
|
|
)
|