21 lines
473 B
Modula-2
21 lines
473 B
Modula-2
module reverse.mleku.dev
|
|
|
|
go 1.25.0
|
|
|
|
require (
|
|
go-simpler.org/env v0.12.0
|
|
golang.org/x/crypto v0.41.0
|
|
golang.org/x/sync v0.16.0
|
|
lol.mleku.dev v1.0.2
|
|
)
|
|
|
|
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
|
|
)
|