diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-18 10:09:48 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-18 10:09:48 +0000 |
| commit | ac3f108cad8e56fb0b2ae3db4276ed5a3c8f92a2 (patch) | |
| tree | 99b798fa243a880dae37fa651d88b0a5dda15635 /go.mod | |
| parent | cc13e5c787be25c9ad6dae0993f205bef54d0a77 (diff) | |
| download | x-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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
