From efb25c8a39a73e294a9b85a7238a620bea54b619 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 01:34:25 +0000 Subject: [PATCH] build(deps): bump github.com/kaptinlin/filter from 0.4.3 to 0.4.4 Bumps [github.com/kaptinlin/filter](https://github.com/kaptinlin/filter) from 0.4.3 to 0.4.4. - [Commits](https://github.com/kaptinlin/filter/compare/v0.4.3...v0.4.4) --- updated-dependencies: - dependency-name: github.com/kaptinlin/filter dependency-version: 0.4.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 4 ++-- go.sum | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index 99db05a..745b4ec 100644 --- a/go.mod +++ b/go.mod @@ -4,8 +4,8 @@ go 1.25 require ( github.com/go-json-experiment/json v0.0.0-20251027170946-4849db3c2f7e - github.com/kaptinlin/filter v0.4.3 - github.com/kaptinlin/jsonpointer v0.4.8 + github.com/kaptinlin/filter v0.4.4 + github.com/kaptinlin/jsonpointer v0.4.9 github.com/stretchr/testify v1.11.1 ) diff --git a/go.sum b/go.sum index 5f3ef79..f141595 100644 --- a/go.sum +++ b/go.sum @@ -14,10 +14,10 @@ github.com/gosimple/unidecode v1.0.1 h1:hZzFTMMqSswvf0LBJZCZgThIZrpDHFXux9KeGmn6 github.com/gosimple/unidecode v1.0.1/go.mod h1:CP0Cr1Y1kogOtx0bJblKzsVWrqYaqfNOnHzpgWw4Awc= github.com/jinzhu/inflection v1.0.0 h1:K317FqzuhWc8YvSVlFMCCUb36O/S9MCKRDI7QkRKD/E= github.com/jinzhu/inflection v1.0.0/go.mod h1:h+uFLlag+Qp1Va5pdKtLDYj+kHp5pxUVkryuEj+Srlc= -github.com/kaptinlin/filter v0.4.3 h1:jWmJKT2JqNZxuHWG2Zp7kDdnexLGAdFKuw/WvbiUCIw= -github.com/kaptinlin/filter v0.4.3/go.mod h1:X7iBDiWYMMv4uPdCvCEw+qoLSL7me/xjIXyZ1bzUph4= -github.com/kaptinlin/jsonpointer v0.4.8 h1:HocHcXrOBfP/nUJw0YYjed/TlQvuCAY6uRs3Qok7F6g= -github.com/kaptinlin/jsonpointer v0.4.8/go.mod h1:9y0LgXavlmVE5FSHShY5LRlURJJVhbyVJSRWkilrTqA= +github.com/kaptinlin/filter v0.4.4 h1:7wd3VxQfrPW/8GMI8MMATy++iqadKvCmALcYy1cZBuU= +github.com/kaptinlin/filter v0.4.4/go.mod h1:9Pi1LrEXMH8UlmPTX08idMsa/Ngt1komB8OZoSfz/fA= +github.com/kaptinlin/jsonpointer v0.4.9 h1:o//bYf4PCvnMJIIX8bIg77KB6DO3wBPAabRyPRKh680= +github.com/kaptinlin/jsonpointer v0.4.9/go.mod h1:9y0LgXavlmVE5FSHShY5LRlURJJVhbyVJSRWkilrTqA= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=