Update Go dependencies

This commit is contained in:
Brandon McGinty (chatgpt)
2026-08-10 11:25:08 -04:00
committed by Brandon McGinty
parent ef8a92149d
commit f0aa5ff35a
2 changed files with 15 additions and 15 deletions
+5 -5
View File
@@ -4,17 +4,17 @@ go 1.25.0
require (
al.essio.dev/pkg/shellescape v1.6.0
github.com/hraban/opus v0.0.0-20251117090126-c76ea7e21bf3
github.com/hraban/opus v0.0.0-20260708213942-bde8e4304501
github.com/kennygrant/sanitize v1.2.4
github.com/nsf/termbox-go v1.1.1
github.com/pelletier/go-toml/v2 v2.3.1
google.golang.org/protobuf v1.36.11
github.com/pelletier/go-toml/v2 v2.4.3
google.golang.org/protobuf v1.36.12
)
require (
github.com/clipperhouse/uax29/v2 v2.7.0 // indirect
github.com/mattn/go-runewidth v0.0.23 // indirect
golang.org/x/net v0.54.0 // indirect
github.com/mattn/go-runewidth v0.0.27 // indirect
golang.org/x/net v0.57.0 // indirect
)
replace git.stormux.org/storm/barnard/gumble/go-openal => ./gumble/go-openal