add go module definition

This commit is contained in:
Username
2026-02-24 09:06:37 +01:00
parent ae15ac7054
commit 47f824dc39
2 changed files with 39 additions and 0 deletions

19
go.mod Normal file
View File

@@ -0,0 +1,19 @@
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.40.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.50.0 // indirect
golang.org/x/sys v0.41.0 // indirect
layeh.com/gopus v0.0.0-20161224163843-0ebf989153aa // indirect
)