Update stale Go dependencies

This commit is contained in:
Storm Dragon
2026-05-14 12:21:15 -04:00
parent 2bd43989a7
commit 81a928e122
36 changed files with 3064 additions and 4291 deletions
+8 -7
View File
@@ -1,19 +1,20 @@
module git.stormux.org/storm/barnard
go 1.21.5
go 1.25.0
require (
github.com/alessio/shellescape v1.4.2
github.com/golang/protobuf v1.5.3
al.essio.dev/pkg/shellescape v1.6.0
github.com/hraban/opus v0.0.0-20251117090126-c76ea7e21bf3
github.com/kennygrant/sanitize v1.2.4
github.com/nsf/termbox-go v1.1.1
github.com/pelletier/go-toml/v2 v2.2.4
github.com/pelletier/go-toml/v2 v2.3.1
google.golang.org/protobuf v1.36.11
)
require (
github.com/mattn/go-runewidth v0.0.9 // indirect
golang.org/x/net v0.20.0 // indirect
google.golang.org/protobuf v1.26.0 // indirect
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
)
replace git.stormux.org/storm/barnard/gumble/go-openal => ./gumble/go-openal