Add date/time flag to command and update functions

This commit is contained in:
Dan Jones 2026-03-01 08:52:59 -06:00
commit 21d27f8068
5 changed files with 13 additions and 10 deletions

4
go.mod
View file

@ -3,8 +3,9 @@ module my-log-wynter
go 1.26.0
require (
codeberg.org/danjones000/my-log v0.1.0
codeberg.org/danjones000/my-log v0.1.1
github.com/lrstanley/go-ytdlp v1.3.1
github.com/spf13/cobra v1.8.0
)
require (
@ -21,7 +22,6 @@ require (
github.com/magefile/mage v1.14.0 // indirect
github.com/markusmobius/go-dateparser v1.2.3 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/spf13/cobra v1.8.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/tetratelabs/wazero v1.2.1 // indirect
github.com/ulikunitz/xz v0.5.15 // indirect