forked from varia/go-sh-manymanuals
17 lines
366 B
Modula-2
17 lines
366 B
Modula-2
module varia.zone/go-sh-manymanuals
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/muesli/coral v1.0.0
|
|
github.com/muesli/mango-coral v1.0.1
|
|
github.com/muesli/roff v0.1.0
|
|
)
|
|
|
|
require (
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
github.com/muesli/mango v0.1.0 // indirect
|
|
github.com/muesli/mango-pflag v0.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
)
|