2022-09-21 22:55:52 +02:00
|
|
|
module write_a_readme
|
|
|
|
|
|
|
|
go 1.19
|
|
|
|
|
2022-11-16 18:50:06 +01:00
|
|
|
require github.com/bitfield/script v0.21.3
|
2022-09-21 22:55:52 +02:00
|
|
|
|
|
|
|
require (
|
|
|
|
bitbucket.org/creachadair/shell v0.0.7 // indirect
|
|
|
|
github.com/itchyny/gojq v0.12.7 // indirect
|
|
|
|
github.com/itchyny/timefmt-go v0.1.3 // indirect
|
|
|
|
)
|