removed unused stuff

This commit is contained in:
2022-09-13 21:55:08 +02:00
parent fd7b06e840
commit c759f8e698
2 changed files with 2 additions and 14 deletions

View File

@@ -2,16 +2,12 @@ module write_a_readme
go 1.19
require kraken v0.0.0
require github.com/bitfield/script v0.20.2
require (
bitbucket.org/creachadair/shell v0.0.7 // indirect
github.com/bitfield/script v0.20.2 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/itchyny/gojq v0.12.7 // indirect
github.com/itchyny/timefmt-go v0.1.3 // indirect
github.com/spf13/cobra v1.5.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
)
replace kraken => ../../../