go-sh-manymanuals/go.mod

17 lines
366 B
Modula-2
Raw Normal View History

2022-04-20 12:40:46 +02:00
module varia.zone/go-sh-manymanuals
go 1.18
2022-04-25 23:31:59 +02:00
require (
2022-06-22 19:42:00 +02:00
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
2022-04-25 23:31:59 +02:00
)