ptrstream/go.mod
2025-01-05 03:59:48 -05:00

25 lines
713 B
Modula-2

module github.com/acidvegas/ptrstream
go 1.23.3
require (
github.com/acidvegas/golcg v1.0.1
github.com/miekg/dns v1.1.62
github.com/rivo/tview v0.0.0-20241103174730-c76f7879f592
)
require (
github.com/gdamore/encoding v1.0.0 // indirect
github.com/gdamore/tcell/v2 v2.7.1 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
golang.org/x/mod v0.18.0 // indirect
golang.org/x/net v0.27.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.22.0 // indirect
golang.org/x/term v0.22.0 // indirect
golang.org/x/text v0.16.0 // indirect
golang.org/x/tools v0.22.0 // indirect
)