From e2482263d5f600b2cfb00c2b56efd7680b9694b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 15:14:04 +0000 Subject: [PATCH] Bump github.com/schematichq/rulesengine from 0.1.19 to 0.1.20 Bumps [github.com/schematichq/rulesengine](https://github.com/schematichq/rulesengine) from 0.1.19 to 0.1.20. - [Release notes](https://github.com/schematichq/rulesengine/releases) - [Commits](https://github.com/schematichq/rulesengine/compare/v0.1.19...v0.1.20) --- updated-dependencies: - dependency-name: github.com/schematichq/rulesengine dependency-version: 0.1.20 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 92384d3..73075e3 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.26.2 require ( github.com/alicebob/miniredis/v2 v2.38.0 github.com/redis/go-redis/v9 v9.21.0 - github.com/schematichq/rulesengine v0.1.19 + github.com/schematichq/rulesengine v0.1.20 github.com/schematichq/schematic-datastream-ws v0.2.9 github.com/schematichq/schematic-go v1.5.0 github.com/stretchr/testify v1.11.1 diff --git a/go.sum b/go.sum index 5a0ced9..689669a 100644 --- a/go.sum +++ b/go.sum @@ -22,8 +22,8 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/redis/go-redis/v9 v9.21.0 h1:FPBE4hhbAke+TLmcY3WkpbDffJEomdqPn3HYiqAtL9E= github.com/redis/go-redis/v9 v9.21.0/go.mod h1:v/M13XI1PVCDcm01VtPFOADfZtHf8YW3baQf57KlIkA= -github.com/schematichq/rulesengine v0.1.19 h1:CPogfr3HOWHlHF7ZBFqvMVMO3xDtuOELV14plocI6lA= -github.com/schematichq/rulesengine v0.1.19/go.mod h1:HmweBgjg+kVe6VuNMLc7FISHFF0wzr5cVGLAxlVP8+4= +github.com/schematichq/rulesengine v0.1.20 h1:yNi9ipHn0b+/7S1C5AFxexNB8UlV4WGTvlSsSUEggas= +github.com/schematichq/rulesengine v0.1.20/go.mod h1:HmweBgjg+kVe6VuNMLc7FISHFF0wzr5cVGLAxlVP8+4= github.com/schematichq/schematic-datastream-ws v0.2.9 h1:tmXuFJklnrrKI2gb7i+eTRstvRYG6fKWnIlHfg4jq1A= github.com/schematichq/schematic-datastream-ws v0.2.9/go.mod h1:NKrg326C9YfCDOI84On5GZhvrovzDpFCzW8wdBwPZ3g= github.com/schematichq/schematic-go v1.5.0 h1:ffuKNTjzwJQxkmJUMSIw5/LMFPnUX8yBEWCdtegQOGs=