Fix Go examples (#300)

This commit is contained in:
Fangjun Kuang
2023-09-07 15:27:41 +08:00
committed by GitHub
parent a12ebfab22
commit 86b18184c9
7 changed files with 29 additions and 27 deletions

View File

@@ -3,7 +3,7 @@ module streaming-decode-files
go 1.12
require (
github.com/k2-fsa/sherpa-onnx-go v1.7.6-alpha.1
github.com/k2-fsa/sherpa-onnx-go v1.7.12-alpha
github.com/spf13/pflag v1.0.5
github.com/youpy/go-wav v0.3.2
)