]> Sergey Matveev's repositories - vors.git/blob - go.mod
Server-side audio mixing not required
[vors.git] / go.mod
1 module go.stargrave.org/vors
2
3 go 1.22.2
4
5 require (
6         github.com/dustin/go-humanize v1.0.1
7         github.com/jroimartin/gocui v0.5.0
8         golang.org/x/term v0.19.0
9         gopkg.in/hraban/opus.v2 v2.0.0-20230925203106-0188a62cb302
10 )
11
12 require (
13         github.com/mattn/go-runewidth v0.0.9 // indirect
14         github.com/nsf/termbox-go v1.1.1 // indirect
15 )
16
17 require (
18         golang.org/x/crypto v0.22.0
19         golang.org/x/sys v0.19.0 // indirect
20 )