]> Sergey Matveev's repositories - vors.git/blob - go.mod
Ability to prefer legacy IPv4
[vors.git] / go.mod
1 module go.stargrave.org/vors
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.stargrave.org/opus/v2 v2.1.0
11         golang.org/x/term v0.19.0
12 )
13
14 require (
15         github.com/mattn/go-runewidth v0.0.9 // indirect
16         github.com/nsf/termbox-go v1.1.1 // indirect
17 )
18
19 require (
20         golang.org/x/crypto v0.22.0
21         golang.org/x/sys v0.19.0 // indirect
22 )