Files
barnard/go.mod

20 lines
526 B
Modula-2

module layeh.com/barnard
go 1.19
require (
github.com/kennygrant/sanitize v1.2.4
github.com/nsf/termbox-go v1.1.1
golang.org/x/term v0.15.0
layeh.com/gumble v0.0.0-20221205141517-d1df60a3cc14
)
require (
github.com/dchote/go-openal v0.0.0-20171116030048-f4a9a141d372 // indirect
github.com/golang/protobuf v1.3.1 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/sys v0.15.0 // indirect
layeh.com/gopus v0.0.0-20161224163843-0ebf989153aa // indirect
)