21 lines
495 B
Modula-2
21 lines
495 B
Modula-2
module github.com/mleku/reverse
|
|
|
|
go 1.25.0
|
|
|
|
require (
|
|
github.com/artyom/autoflags v1.1.1
|
|
github.com/mleku/lol v1.0.1
|
|
golang.org/x/crypto v0.41.0
|
|
golang.org/x/sync v0.16.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/fatih/color v1.18.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
golang.org/x/net v0.42.0 // indirect
|
|
golang.org/x/sys v0.35.0 // indirect
|
|
golang.org/x/text v0.28.0 // indirect
|
|
)
|