From 214ba0c181e214ab2e4cd37c6701e742c48bdcbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 23:34:43 +0000 Subject: [PATCH] build(deps): Bump github.com/openclaw/crawlkit Bumps [github.com/openclaw/crawlkit](https://github.com/openclaw/crawlkit) from 0.13.4-0.20260706080912-6703bbbb9d87 to 0.13.4. - [Release notes](https://github.com/openclaw/crawlkit/releases) - [Changelog](https://github.com/openclaw/crawlkit/blob/main/CHANGELOG.md) - [Commits](https://github.com/openclaw/crawlkit/commits/v0.13.4) --- updated-dependencies: - dependency-name: github.com/openclaw/crawlkit dependency-version: 0.13.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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=