add go module definition
This commit is contained in:
19
go.mod
Normal file
19
go.mod
Normal 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
|
||||
)
|
||||
Reference in New Issue
Block a user