diff --git a/go.mod b/go.mod index 689454c..c46d41c 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.26.5 require ( github.com/browserutils/kooky v0.2.10 - github.com/openclaw/crawlkit v0.13.4-0.20260706080912-6703bbbb9d87 + github.com/openclaw/crawlkit v0.13.4 github.com/zalando/go-keyring v0.2.8 golang.org/x/net v0.56.0 ) diff --git a/go.sum b/go.sum index 9ffddbc..fff5b14 100644 --- a/go.sum +++ b/go.sum @@ -27,8 +27,8 @@ github.com/mattn/go-isatty v0.0.22 h1:j8l17JJ9i6VGPUFUYoTUKPSgKe/83EYU2zBC7YNKMw github.com/mattn/go-isatty v0.0.22/go.mod h1:ZXfXG4SQHsB/w3ZeOYbR0PrPwLy+n6xiMrJlRFqopa4= 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.4-0.20260706080912-6703bbbb9d87 h1:hEtDUsjvaaBxciQ39Jtl5YIiY/9JtzeNwi1PJuQKBJo= -github.com/openclaw/crawlkit v0.13.4-0.20260706080912-6703bbbb9d87/go.mod h1:PiiR1I3OiuGJd7UrYqPmFr17jSN1uGUp6NHvVrTt+xg= +github.com/openclaw/crawlkit v0.13.4 h1:6KZaIzs5BQxBjCeOwg1u2XPLNbsOkrRPQGPtTkxZaYE= +github.com/openclaw/crawlkit v0.13.4/go.mod h1:u5oK8v0gtLzIXtj6gehF0JV2cGX1D/xiogZGCJwONGs= 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/pierrec/lz4/v4 v4.1.26 h1:GrpZw1gZttORinvzBdXPUXATeqlJjqUG/D87TKMnhjY=