diff options
author | Grail Finder <wohilas@gmail.com> | 2025-05-17 21:23:51 +0300 |
---|---|---|
committer | Grail Finder <wohilas@gmail.com> | 2025-05-17 21:23:51 +0300 |
commit | 2d56806cfa07a6238b7c6943334ce32096830f9d (patch) | |
tree | ecb6e3fd8ddf06730fff8dc66ff0502b0e0c8851 /go.mod | |
parent | f7d1fbf73c2979220855522574ce3c01aa51e47a (diff) |
Feat: stt sketch [WIP]
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -4,10 +4,11 @@ go 1.23.2 require ( github.com/BurntSushi/toml v1.4.0 + github.com/MarkKremer/microphone/v2 v2.0.1 github.com/asg017/sqlite-vec-go-bindings v0.1.6 github.com/gdamore/tcell/v2 v2.7.4 github.com/glebarez/go-sqlite v1.22.0 - github.com/gopxl/beep v1.4.1 + github.com/gopxl/beep/v2 v2.1.0 github.com/jmoiron/sqlx v1.4.0 github.com/ncruces/go-sqlite3 v0.21.3 github.com/neurosnap/sentences v1.1.2 @@ -16,10 +17,11 @@ require ( require ( github.com/dustin/go-humanize v1.0.1 // indirect - github.com/ebitengine/oto/v3 v3.1.0 // indirect + github.com/ebitengine/oto/v3 v3.2.0 // indirect github.com/ebitengine/purego v0.7.1 // indirect github.com/gdamore/encoding v1.0.0 // indirect github.com/google/uuid v1.6.0 // indirect + github.com/gordonklaus/portaudio v0.0.0-20230709114228-aafa478834f5 // indirect github.com/hajimehoshi/go-mp3 v0.3.4 // indirect github.com/lucasb-eyer/go-colorful v1.2.0 // indirect github.com/mattn/go-isatty v0.0.20 // indirect |