From 216e423ef6edc4e50850c6e724b0f89c42d39166 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 23:34:23 +0000 Subject: [PATCH] bump github.com/openclaw/crawlkit Bumps [github.com/openclaw/crawlkit](https://github.com/openclaw/crawlkit) from 0.13.4-0.20260706080912-6703bbbb9d87 to 0.14.2. - [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.14.2) --- updated-dependencies: - dependency-name: github.com/openclaw/crawlkit dependency-version: 0.14.2 dependency-type: direct:production update-type: version-update:semver-minor ... 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..3b4ed18 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.14.2 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..e36f8f8 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.14.2 h1:NA0+fDlyYnQjrI6krkhajHDKMTOt9q8JTlMFsGH37pg= +github.com/openclaw/crawlkit v0.14.2/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=