]> Sergey Matveev's repositories - vors.git/blob - go.mod
Noising
[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/flynn/noise v1.1.0
8         github.com/jroimartin/gocui v0.5.0
9         golang.org/x/term v0.19.0
10         gopkg.in/hraban/opus.v2 v2.0.0-20230925203106-0188a62cb302
11 )
12
13 require (
14         github.com/mattn/go-runewidth v0.0.9 // indirect
15         github.com/nsf/termbox-go v1.1.1 // indirect
16 )
17
18 require (
19         golang.org/x/crypto v0.22.0
20         golang.org/x/sys v0.19.0 // indirect
21 )