]> Sergey Matveev's repositories - vors.git/blob - go.mod
Usage information
[vors.git] / go.mod
1 module go.stargrave.org/vors/v3
2
3 go 1.21
4
5 require (
6         github.com/dchest/siphash v1.2.3
7         github.com/dustin/go-humanize v1.0.1
8         github.com/flynn/noise v1.1.0
9         github.com/jroimartin/gocui v0.5.0
10         go.cypherpunks.ru/netstring/v2 v2.5.0
11         go.stargrave.org/opus/v2 v2.1.0
12         golang.org/x/term v0.19.0
13 )
14
15 require (
16         github.com/mattn/go-runewidth v0.0.9 // indirect
17         github.com/nsf/termbox-go v1.1.1 // indirect
18 )
19
20 require (
21         golang.org/x/crypto v0.22.0
22         golang.org/x/sys v0.19.0 // indirect
23 )