Updated everything for dependencies. All sub packages are now part of the project. This was a massive update, hopefully won't have to be reverted.
This commit is contained in:
6
go.mod
6
go.mod
@ -1,12 +1,10 @@
|
||||
module git.2mb.codes/~cmb/barnard
|
||||
module git.stormux.org/storm/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
|
||||
@ -18,4 +16,4 @@ require (
|
||||
google.golang.org/protobuf v1.26.0 // indirect
|
||||
)
|
||||
|
||||
replace github.com/hraban/opus => git.2mb.codes/~cmb/opus v0.0.0-20240129070855-574f355deea8
|
||||
replace git.stormux.org/storm/barnard/gumble/go-openal => ./gumble/go-openal
|
||||
|
Reference in New Issue
Block a user