diff --git a/go.mod b/go.mod index 9767550cc..fbb29275b 100644 --- a/go.mod +++ b/go.mod @@ -18,7 +18,7 @@ require ( github.com/gdamore/tcell/v2 v2.13.10 github.com/go-viper/mapstructure/v2 v2.5.0 github.com/montanaflynn/stats v0.12.5 - github.com/netresearch/go-cron v0.15.1 + github.com/netresearch/go-cron v0.16.0 github.com/petermattis/goid v0.0.0-20260819104326-d9896a8858b2 github.com/radovskyb/watcher v1.0.7 github.com/rivo/tview v0.42.0 diff --git a/go.sum b/go.sum index 7afbaf8db..49db2d8af 100644 --- a/go.sum +++ b/go.sum @@ -103,8 +103,8 @@ github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 h1:6E+4a0GO5zZEnZ github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0/go.mod h1:zJYVVT2jmtg6P3p1VtQj7WsuWi/y4VnjVBn7F8KPB3I= github.com/montanaflynn/stats v0.12.5 h1:bmGi2m9LQJ6qKrDAvd/xZ3IKz+BEfZT2JnCYVbYKU7Y= github.com/montanaflynn/stats v0.12.5/go.mod h1:etXPPgVO6n31NxCd9KQUMvCM+ve0ruNzt6R8Bnaayow= -github.com/netresearch/go-cron v0.15.1 h1:bTqeJwHizd5fZWlU1CPtzrCILAkp6UL8KLW4IU7HRhk= -github.com/netresearch/go-cron v0.15.1/go.mod h1:79iktHfV90py3jcaFUtWcGSKbZXRev+WwoLMyV5eMvo= +github.com/netresearch/go-cron v0.16.0 h1:b14Vnfobzm8pyBuyqbVvyV4xAi3DDREJz+5mzWil8Ew= +github.com/netresearch/go-cron v0.16.0/go.mod h1:IADGFX1B9VxD6hc1WdmXjhRwe2g3SKIAEbEZQ/ON8Oo= github.com/pelletier/go-toml/v2 v2.2.4 h1:mye9XuhQ6gvn5h28+VilKrrPoQVanw5PMw/TB0t5Ec4= github.com/pelletier/go-toml/v2 v2.2.4/go.mod h1:2gIqNv+qfxSVS7cM2xJQKtLSTLUE9V8t9Stt+h56mCY= github.com/petermattis/goid v0.0.0-20260819104326-d9896a8858b2 h1:aAwipbn84iR71HPApHLCuu13/o4Kcs67Jjsylv4vNBc=