module go.stargrave.org/vors/v3 go 1.21 require ( github.com/dchest/siphash v1.2.3 github.com/dustin/go-humanize v1.0.1 github.com/flynn/noise v1.1.0 github.com/jroimartin/gocui v0.5.0 go.cypherpunks.ru/netstring/v2 v2.5.0 go.stargrave.org/opus/v2 v2.1.0 golang.org/x/term v0.19.0 ) require ( github.com/mattn/go-runewidth v0.0.9 // indirect github.com/nsf/termbox-go v1.1.1 // indirect ) require ( golang.org/x/crypto v0.22.0 golang.org/x/sys v0.19.0 // indirect )