From aee457a5dadb2490bdbebdf26407e7bd09f45ee8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Dec 2023 13:20:57 +0000 Subject: [PATCH] fix(deps): update module github.com/antonmedv/expr to v1.15.7 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index a02b3d5..b4ac68c 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/stillmatic/gollum go 1.20 require ( - github.com/antonmedv/expr v1.15.3 + github.com/antonmedv/expr v1.15.7 github.com/chewxy/math32 v1.10.1 github.com/google/uuid v1.4.0 github.com/invopop/jsonschema v0.12.0