19 lines
428 B
Modula-2
19 lines
428 B
Modula-2
module protocol.realy.lol
|
|
|
|
go 1.23.4
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/fatih/color v1.18.0
|
|
go.uber.org/atomic v1.11.0
|
|
golang.org/x/exp v0.0.0-20250207012021-f9890c6ad9f3
|
|
lukechampine.com/frand v1.5.1
|
|
)
|
|
|
|
require (
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/stretchr/testify v1.10.0 // indirect
|
|
golang.org/x/sys v0.30.0 // indirect
|
|
)
|