chore(deps): Update Dependencies (#2538)

* chore(deps): Update dependencies

Signed-off-by: Rene Leonhardt <65483435+reneleonhardt@users.noreply.github.com>

* chore(deps): Upgrade github.com/imdario/mergo to dario.cat/mergo

Signed-off-by: Rene Leonhardt <65483435+reneleonhardt@users.noreply.github.com>

* remove version identifiers for MeloTTS

Signed-off-by: Rene Leonhardt <65483435+reneleonhardt@users.noreply.github.com>

---------

Signed-off-by: Rene Leonhardt <65483435+reneleonhardt@users.noreply.github.com>
Signed-off-by: Dave <dave@gray101.com>
Co-authored-by: Dave <dave@gray101.com>
This commit is contained in:
Rene Leonhardt 2024-07-12 21:54:08 +02:00 committed by GitHub
parent 68e15e71be
commit fc87507012
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
29 changed files with 606 additions and 384 deletions

View file

@ -1,10 +1,10 @@
module semantic-todo
go 1.21.6
go 1.22
require (
github.com/gdamore/tcell/v2 v2.7.1
github.com/rivo/tview v0.0.0-20240307173318-e804876934a1
github.com/gdamore/tcell/v2 v2.7.4
github.com/rivo/tview v0.0.0-20240524063012-037df494fb76
)
require (