20 lines
460 B
Modula-2
20 lines
460 B
Modula-2
module git.stormux.org/storm/barnard
|
|
|
|
go 1.21.5
|
|
|
|
require (
|
|
github.com/alessio/shellescape v1.4.2
|
|
github.com/golang/protobuf v1.5.3
|
|
github.com/kennygrant/sanitize v1.2.4
|
|
github.com/nsf/termbox-go v1.1.1
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
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
|
|
)
|
|
|
|
replace git.stormux.org/storm/barnard/gumble/go-openal => ./gumble/go-openal
|