From e05adff1063698ff980bbe080b1a932f0f11bc29 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 13:07:24 +0000 Subject: [PATCH] fix(deps): update module github.com/antonmedv/expr to v1.16.3 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 043c09c..9e1ed71 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( entgo.io/contrib v0.4.6-0.20230725054517-9e1dadfef7fa entgo.io/ent v0.12.3 github.com/99designs/gqlgen v0.17.36 - github.com/antonmedv/expr v1.15.1 + github.com/antonmedv/expr v1.16.3 github.com/dchest/uniuri v1.2.0 github.com/gofiber/adaptor/v2 v2.2.1 github.com/gofiber/fiber/v2 v2.49.1