diff options
author | 2023-12-08 09:23:04 -0500 | |
---|---|---|
committer | 2023-12-08 09:23:04 -0500 | |
commit | efedd8e2ad4c9ac050c3c213a79db1617a0a4e90 (patch) | |
tree | 4561ac2c26b0fead823a8d6a0db118570c0e1fcc /go.mod | |
parent | 5617d9e0151bd5507ef10505cfe1140c561aa5c4 (diff) | |
download | coredns-efedd8e2ad4c9ac050c3c213a79db1617a0a4e90.tar.gz coredns-efedd8e2ad4c9ac050c3c213a79db1617a0a4e90.tar.zst coredns-efedd8e2ad4c9ac050c3c213a79db1617a0a4e90.zip |
build(deps): bump github.com/antonmedv/expr from 1.15.3 to 1.15.5 (#6417)
Bumps [github.com/antonmedv/expr](https://github.com/antonmedv/expr) from 1.15.3 to 1.15.5.
- [Release notes](https://github.com/antonmedv/expr/releases)
- [Commits](https://github.com/antonmedv/expr/compare/v1.15.3...v1.15.5)
---
updated-dependencies:
- dependency-name: github.com/antonmedv/expr
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ require ( github.com/Azure/azure-sdk-for-go v68.0.0+incompatible github.com/Azure/go-autorest/autorest v0.11.29 github.com/Azure/go-autorest/autorest/azure/auth v0.5.12 - github.com/antonmedv/expr v1.15.3 + github.com/antonmedv/expr v1.15.5 github.com/apparentlymart/go-cidr v1.1.0 github.com/aws/aws-sdk-go v1.47.9 github.com/coredns/caddy v1.1.1 |