add releaserc

This commit is contained in:
2022-09-18 21:47:48 +02:00
parent 532638f2f8
commit c0f6d6b4c6
4 changed files with 54 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
module write_a_readme
go 1.19
require github.com/bitfield/script v0.20.2
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
)