Initial commit, lots of cleanup and stuff to do, it may not work.
This commit is contained in:
21
go.mod
Normal file
21
go.mod
Normal file
@ -0,0 +1,21 @@
|
||||
module git.2mb.codes/~cmb/barnard
|
||||
|
||||
go 1.21.5
|
||||
|
||||
require (
|
||||
git.2mb.codes/~cmb/go-openal v0.0.0-20240129060821-44aa590ff5a5
|
||||
github.com/alessio/shellescape v1.4.2
|
||||
github.com/golang/protobuf v1.5.3
|
||||
github.com/hraban/opus v0.0.0-00010101000000-000000000000
|
||||
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 github.com/hraban/opus => git.2mb.codes/~cmb/opus v0.0.0-20240129070855-574f355deea8
|
Reference in New Issue
Block a user