diff --git a/go.mod b/go.mod index 6a627de..b147909 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/charmbracelet/lipgloss v1.1.0 github.com/charmbracelet/x/ansi v0.11.7 github.com/mattn/go-isatty v0.0.24 - github.com/openclaw/crawlkit v0.14.3 + github.com/openclaw/crawlkit v0.14.4 github.com/zalando/go-keyring v0.2.8 golang.org/x/sys v0.47.0 modernc.org/sqlite v1.54.0 diff --git a/go.sum b/go.sum index 35e5bdf..7aa2564 100644 --- a/go.sum +++ b/go.sum @@ -64,8 +64,8 @@ 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.14.3 h1:HFb28kbb95A9dBqyN6vM5KXSd/8gpJxIFb55SpD299o= -github.com/openclaw/crawlkit v0.14.3/go.mod h1:BWZCEIQH3C8q7nn4iZTLI2xUgX+XitkZCjaA19D+Hh4= +github.com/openclaw/crawlkit v0.14.4 h1:k4vMN0tKamdX/tfKvy0eKay0iSdxn+PMPWs/Ym8cWQo= +github.com/openclaw/crawlkit v0.14.4/go.mod h1:YD0r5tXFIyrSVn9HuP3tfwXAlEsl3C1bRP5l8LNBvjA= 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/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=