aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-18 10:09:48 +0000
committerGitHub <noreply@github.com>2024-03-18 10:09:48 +0000
commitac3f108cad8e56fb0b2ae3db4276ed5a3c8f92a2 (patch)
tree99b798fa243a880dae37fa651d88b0a5dda15635 /go.mod
parentcc13e5c787be25c9ad6dae0993f205bef54d0a77 (diff)
downloadx-ac3f108cad8e56fb0b2ae3db4276ed5a3c8f92a2.tar.xz
x-ac3f108cad8e56fb0b2ae3db4276ed5a3c8f92a2.zip
build(deps): bump github.com/expr-lang/expr from 1.16.0 to 1.16.1 (#573)
* build(deps): bump github.com/expr-lang/expr from 1.16.0 to 1.16.1 Bumps [github.com/expr-lang/expr](https://github.com/expr-lang/expr) from 1.16.0 to 1.16.1. - [Release notes](https://github.com/expr-lang/expr/releases) - [Commits](https://github.com/expr-lang/expr/compare/v1.16.0...v1.16.1) --- updated-dependencies: - dependency-name: github.com/expr-lang/expr dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump Go mod SRI --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mimi <mimi@xeserv.us>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index fae6e75..fa99586 100644
--- a/go.mod
+++ b/go.mod
@@ -16,7 +16,7 @@ require (
github.com/disintegration/imaging v1.6.2
github.com/dop251/goja v0.0.0-20230531210528-d7324b2d74f7
github.com/eaburns/peggy v1.0.2
- github.com/expr-lang/expr v1.16.0
+ github.com/expr-lang/expr v1.16.1
github.com/facebookgo/ensure v0.0.0-20160127193407-b4ab57deab51
github.com/fogleman/primitive v0.0.0-20190214200932-673f57e7b1b5
github.com/go-interpreter/wagon v0.6.0