diff --git a/go.mod b/go.mod index 9f3bde2..f8bfb66 100644 --- a/go.mod +++ b/go.mod @@ -3,8 +3,8 @@ module github.com/openclaw/graincrawl go 1.26.4 require ( - github.com/openclaw/crawlkit v0.13.1 - github.com/pelletier/go-toml/v2 v2.4.2 + github.com/openclaw/crawlkit v0.13.3 + github.com/pelletier/go-toml/v2 v2.4.3 modernc.org/sqlite v1.53.0 ) diff --git a/go.sum b/go.sum index fbcf156..e3f21f4 100644 --- a/go.sum +++ b/go.sum @@ -44,10 +44,10 @@ github.com/muesli/termenv v0.16.0 h1:S5AlUN9dENB57rsbnkPyfdGuWIlkmzJjbFf0Tf5FWUc github.com/muesli/termenv v0.16.0/go.mod h1:ZRfOIKPFDYQoDFF4Olj7/QJbW60Ol/kL1pU3VfY/Cnk= github.com/ncruces/go-strftime v1.0.0 h1:HMFp8mLCTPp341M/ZnA4qaf7ZlsbTc+miZjCLOFAw7w= github.com/ncruces/go-strftime v1.0.0/go.mod h1:Fwc5htZGVVkseilnfgOVb9mKy6w1naJmn9CehxcKcls= -github.com/openclaw/crawlkit v0.13.1 h1:an4RNC9IhaGtwGUGFJWVlIydmu5SmZEWRCzLOXWBbgA= -github.com/openclaw/crawlkit v0.13.1/go.mod h1:zOJv5WPWO1AuuXO7zW8NRTxb/ZTkIQXYPrx3StmnMUI= -github.com/pelletier/go-toml/v2 v2.4.2 h1:M2fKKbmyvI+hGId/D0W64qDBMVhJnNR10O5gIbMc//Q= -github.com/pelletier/go-toml/v2 v2.4.2/go.mod h1:2gIqNv+qfxSVS7cM2xJQKtLSTLUE9V8t9Stt+h56mCY= +github.com/openclaw/crawlkit v0.13.3 h1:2qcUMLvjqNs9MxzbbB2rQcMQakMxUDcG2JBIA/iHDSc= +github.com/openclaw/crawlkit v0.13.3/go.mod h1:PiiR1I3OiuGJd7UrYqPmFr17jSN1uGUp6NHvVrTt+xg= +github.com/pelletier/go-toml/v2 v2.4.3 h1:GTRvJQutkOSftxIFD5xw9aepkYNuPWmVJpffdDPYVpY= +github.com/pelletier/go-toml/v2 v2.4.3/go.mod h1:2gIqNv+qfxSVS7cM2xJQKtLSTLUE9V8t9Stt+h56mCY= github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec h1:W09IVJc94icq4NjY3clb7Lk8O1qJ8BdBEF8z0ibU0rE= github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec/go.mod h1:qqbHyh8v60DhA7CoWK5oRCqLrMHRGoxYCSS9EjAz6Eo= github.com/rivo/uniseg v0.4.7 h1:WUdvkW8uEhrYfLC4ZzdpI2ztxP1I582+49Oc5Mq64VQ=